Refactor swarm/ghost.yml to update DOMAIN variable in Ghost stack
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ services:
|
||||
database__connection__user: root
|
||||
database__connection__password: ${POSTGRES_PASSWORD}
|
||||
database__connection__database: ghost
|
||||
DOMAIN: https://ghost.${DOMAIN}
|
||||
DOMAIN: ${DOMAIN}
|
||||
volumes:
|
||||
- /var/data/ghost_content:/var/lib/ghost/content
|
||||
expose:
|
||||
|
||||
Reference in New Issue
Block a user