Add the container_name
to postgresql
This commit is contained in:
parent
0945e9359e
commit
bba57e4648
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ services:
|
||||||
- "8008:8008/tcp"
|
- "8008:8008/tcp"
|
||||||
- "8448:8448/tcp"
|
- "8448:8448/tcp"
|
||||||
postgresql:
|
postgresql:
|
||||||
|
container_name: postgresql_synapse
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue