Simple name for postgres container
This commit is contained in:
parent
df978d7250
commit
57c2241e12
@ -2,6 +2,7 @@ services:
|
||||
postgres:
|
||||
image: postgres
|
||||
restart: always
|
||||
container_name: bubble-postgres
|
||||
environment:
|
||||
POSTGRES_USER: "${POSTGRES_USER}"
|
||||
POSTGRES_PASSWORD: "${POSTGRES_PASSWORD}"
|
||||
|
Loading…
Reference in New Issue
Block a user