Refactor docker-compose.yml to remove unused DOMAINNAME variable

This commit is contained in:
2024-05-29 14:44:21 +08:00
parent c5c9ee31f4
commit 049acd29cb
+1
View File
@@ -43,6 +43,7 @@ services:
PGDATA: "/var/lib/postgresql/data"
LANG: en_US.utf8
TZ: Asia/Singapore
# DOMAINNAME: ${DOMAINNAME}
command: ["postgres", "-c", "log_connections=on"]
volumes:
- postgres_data:/var/lib/postgresql/data