Refactor docker-compose.yml to remove unused DOMAINNAME variable
This commit is contained in:
@@ -43,7 +43,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user