diff --git a/ghost.yaml b/ghost.yaml index a661c08..cf4dccc 100644 --- a/ghost.yaml +++ b/ghost.yaml @@ -28,7 +28,7 @@ name: "{{ stack_prefix_name }}ghost" recreate: true restart_policy: unless-stopped - image: docker.io/library/ghost:5.59.1-alpine + image: docker.io/library/ghost:5.59.1 env: database__client: mysql database__connection__host: "{{ stack_prefix_name }}ghost-db"