Skip to content

Commit f53abf8

Browse files
authored
Update docker-compose-rpi-arm.yml
1 parent cc0ab98 commit f53abf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ghost/docker-compose-rpi-arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22

33
blog:
4-
image: ghost:5
4+
image: ghost:6
55
container_name: ghost
66
restart: always
77
ports:
@@ -41,4 +41,4 @@ services:
4141
expose:
4242
- 3306
4343
volumes:
44-
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/ghost/mariadb/config:/config
44+
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/ghost/mariadb/config:/config

0 commit comments

Comments
 (0)