diff --git a/how-to-install-ghost-on-dockge/docker-compose.yml b/how-to-install-ghost-on-dockge/docker-compose.yml index f4ca0b4..3c5a1d4 100644 --- a/how-to-install-ghost-on-dockge/docker-compose.yml +++ b/how-to-install-ghost-on-dockge/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" # Use Docker Compose version 3 services: ghost: - image: ghost:5.105.0-alpine # Use the Ghost Docker image + image: ghost:5.106.1-alpine # Use the Ghost Docker image restart: on-failure # Restart the container on failure environment: - database__client=mysql # Set Ghost's database client to MySQL diff --git a/how-to-install-ghost-on-portainer/docker-compose-ghost.yml b/how-to-install-ghost-on-portainer/docker-compose-ghost.yml index ceb2442..0abc1bf 100644 --- a/how-to-install-ghost-on-portainer/docker-compose-ghost.yml +++ b/how-to-install-ghost-on-portainer/docker-compose-ghost.yml @@ -2,7 +2,7 @@ version: "3" # Use Docker Compose version 3 services: ghost: - image: ghost:5.105.0-alpine # Use the Ghost Docker image + image: ghost:5.106.1-alpine # Use the Ghost Docker image restart: on-failure # Restart the container on failure environment: - database__client=mysql # Set Ghost's database client to MySQL