mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-24 15:10:13 +00:00
Fix expose syntax in ghost container (#88)
* Fix expose syntax in ghost container * Remove expose property completely
This commit is contained in:
committed by
GitHub
parent
b3f5a2c8b3
commit
29267589fe
@@ -24,8 +24,6 @@ services:
|
|||||||
# Do not alter this without updating the Tinybird Sync container as well
|
# Do not alter this without updating the Tinybird Sync container as well
|
||||||
image: ghost:${GHOST_VERSION:-6-alpine}
|
image: ghost:${GHOST_VERSION:-6-alpine}
|
||||||
restart: always
|
restart: always
|
||||||
expose:
|
|
||||||
- "127.0.0.1:${GHOST_PORT:-2368}:2368"
|
|
||||||
# This is required to import current config when migrating
|
# This is required to import current config when migrating
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|||||||
Reference in New Issue
Block a user