🐛 fix docker typo

This commit is contained in:
James Walker 2022-12-05 20:43:17 -05:00
parent d656a40e82
commit 6be49f3d75
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -14,7 +14,7 @@ services:
database__connection__database: ${DB_NAME}
url: ${GHOST_API_URL}
labels:
- traefik.http.routers.ghost.rule=Host(`$${GHOST_API_URL`)
- traefik.http.routers.ghost.rule=Host(`${GHOST_DOMAIN}`)
- traefik.http.routers.ghost.tls=true
- traefik.http.routers.ghost.tls.certresolver=myresolver
restart: unless-stopped