Add the container_name to postgresql

This commit is contained in:
Awiteb 2024-05-03 12:07:31 +03:00
parent 0945e9359e
commit bba57e4648
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -14,6 +14,7 @@ services:
- "8008:8008/tcp"
- "8448:8448/tcp"
postgresql:
container_name: postgresql_synapse
image: postgres:latest
restart: always
environment: