Update compose.yaml
This commit is contained in:
+2
-1
@@ -2,7 +2,8 @@ services:
|
||||
postgres:
|
||||
image: postgres:16
|
||||
container_name: postgres
|
||||
networks: bragi-local
|
||||
networks:
|
||||
- bragi-local
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
POSTGRES_USER: ${USER}
|
||||
|
||||
Reference in New Issue
Block a user