From 317c26817e7573e0eaceed93c6b2b1c65fff5436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8E=B7=F0=9F=90=A2=20S=2E=20P=2E=20O=2E=20Clayton?= Date: Fri, 18 Aug 2023 18:44:59 -0400 Subject: [PATCH] Use debian slim package instead of alpine --- ghost.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"