mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-12-16 03:48:29 +01:00
Update docker-compose-rpi-arm.yml
All checks were successful
CI / validateComposeSyntax (push) Successful in 22s
All checks were successful
CI / validateComposeSyntax (push) Successful in 22s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
|
||||
blog:
|
||||
image: ghost:5
|
||||
image: ghost:6
|
||||
container_name: ghost
|
||||
restart: always
|
||||
ports:
|
||||
@@ -41,4 +41,4 @@ services:
|
||||
expose:
|
||||
- 3306
|
||||
volumes:
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/ghost/mariadb/config:/config
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/ghost/mariadb/config:/config
|
||||
|
||||
Reference in New Issue
Block a user