Update docker-compose-rpi-arm.yml
All checks were successful
CI / validateComposeSyntax (push) Successful in 22s

This commit is contained in:
LRVT
2025-12-05 01:56:23 +01:00
committed by GitHub
parent cc0ab989d9
commit f53abf85ce

View File

@@ -1,7 +1,7 @@
services: services:
blog: blog:
image: ghost:5 image: ghost:6
container_name: ghost container_name: ghost
restart: always restart: always
ports: ports:
@@ -41,4 +41,4 @@ services:
expose: expose:
- 3306 - 3306
volumes: volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/ghost/mariadb/config:/config - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/ghost/mariadb/config:/config