From 29267589fecdabb5d7c4350859cd8c2255229c04 Mon Sep 17 00:00:00 2001 From: Jannis Fedoruk-Betschki Date: Fri, 14 Nov 2025 22:04:54 +0100 Subject: [PATCH] Fix expose syntax in ghost container (#88) * Fix expose syntax in ghost container * Remove expose property completely --- compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/compose.yml b/compose.yml index c5c4026..5f38886 100644 --- a/compose.yml +++ b/compose.yml @@ -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