mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-13 15:09:34 +00:00
Ghost 6.0 update
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
DOMAIN=example.com
|
||||
|
||||
# Ghost Admin domain
|
||||
# If you have Ghost Admin setup on a separate domain uncomment the line below and add the domain
|
||||
# If you have Ghost Admin setup on a separate domain uncomment the line below and add the domain
|
||||
# You also need to uncomment the corresponding block in your Caddyfile
|
||||
# ADMIN_DOMAIN=
|
||||
|
||||
@@ -41,10 +41,10 @@ mail__options__auth__pass=1234567890
|
||||
|
||||
# Advanced customizations
|
||||
|
||||
# Force Ghost version
|
||||
# Force Ghost version
|
||||
# You should only do this if you need to pin a specific version
|
||||
# The update commands won't work
|
||||
# GHOST_VERSION=6.0.0-rc.2-alpine
|
||||
# GHOST_VERSION=6-alpine
|
||||
|
||||
# Port Ghost should listen on
|
||||
# You should only need to edit this if you want to host
|
||||
|
||||
@@ -22,7 +22,7 @@ services:
|
||||
|
||||
ghost:
|
||||
# Do not alter this without updating the Tinybird Sync container as well
|
||||
image: ghost:${GHOST_VERSION:-6.0.0-rc.2-alpine}
|
||||
image: ghost:${GHOST_VERSION:-6-alpine}
|
||||
restart: always
|
||||
expose:
|
||||
- "127.0.0.1:${GHOST_PORT:-2368}:2368"
|
||||
@@ -146,7 +146,7 @@ services:
|
||||
|
||||
tinybird-sync:
|
||||
# Do not alter this without updating the Ghost container as well
|
||||
image: ghost:${GHOST_VERSION:-6.0.0-rc.2-alpine}
|
||||
image: ghost:${GHOST_VERSION:-6-alpine}
|
||||
command: >
|
||||
sh -c "
|
||||
if [ -d /var/lib/ghost/current/core/server/data/tinybird ]; then
|
||||
|
||||
Reference in New Issue
Block a user