diff --git a/how-to-install-ghost-on-dockge/docker-compose.yml b/how-to-install-ghost-on-dockge/docker-compose.yml index 2a5eb54..48b31d5 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.107.0-alpine # Use the Ghost Docker image + image: ghost:5.107.2-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 161d633..8fd0ac1 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.107.0-alpine # Use the Ghost Docker image + image: ghost:5.107.2-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