🐛 fix docker typo
This commit is contained in:
parent
d656a40e82
commit
6be49f3d75
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user