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