1
0
Fork 0

Use debian slim package instead of alpine

This commit is contained in:
🎷🐢 S. P. O. Clayton 2023-08-18 18:44:59 -04:00
parent 18e5b3d998
commit 317c26817e
Signed by: sean
SSH Key Fingerprint: SHA256:zkuPrRvkEDiQQv1Y5yScWa6I4zhj+eiv7XnP8pxIxVU
1 changed files with 1 additions and 1 deletions

View File

@ -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"