Skip to content

Commit 2926758

Browse files
authored
Fix expose syntax in ghost container (#88)
* Fix expose syntax in ghost container * Remove expose property completely
1 parent b3f5a2c commit 2926758

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ services:
2424
# Do not alter this without updating the Tinybird Sync container as well
2525
image: ghost:${GHOST_VERSION:-6-alpine}
2626
restart: always
27-
expose:
28-
- "127.0.0.1:${GHOST_PORT:-2368}:2368"
2927
# This is required to import current config when migrating
3028
env_file:
3129
- .env

0 commit comments

Comments
 (0)