Fix expose syntax in ghost container (#88)

* Fix expose syntax in ghost container

* Remove expose property completely
This commit is contained in:
Jannis Fedoruk-Betschki
2025-11-14 22:04:54 +01:00
committed by GitHub
parent b3f5a2c8b3
commit 29267589fe

View File

@@ -24,8 +24,6 @@ services:
# Do not alter this without updating the Tinybird Sync container as well
image: ghost:${GHOST_VERSION:-6-alpine}
restart: always
expose:
- "127.0.0.1:${GHOST_PORT:-2368}:2368"
# This is required to import current config when migrating
env_file:
- .env