🐛 ghost url != api_url

This commit is contained in:
James Walker 2022-12-08 21:49:48 -05:00
parent 49a806203f
commit f457a7f8d2
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -12,7 +12,7 @@ services:
database__connection__user: ${DB_USER}
database__connection__password: ${DB_PASSWORD}
database__connection__database: ${DB_NAME}
url: ${GHOST_API_URL}
url: ${GHOST_URL}
labels:
- traefik.http.routers.ghost.rule=Host(`${GHOST_DOMAIN}`)
- traefik.http.routers.ghost.tls=true