Skip to content

Commit

Permalink
Update docker-compose-rpi-arm.yml
Browse files Browse the repository at this point in the history
typo 2
  • Loading branch information
l4rm4nd authored Jan 14, 2024
1 parent ba26346 commit 123803f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ghost/docker-compose-rpi-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- TZ=Europe/Berlin
- MYSQL_DATABASE=${DB_NAME:-ghost}
- MYSQL_USER=${DB_USER:-ghost}
- MYSQL_PASSWORD=${DB_PASS:-DatabasePassword1234}
- MYSQL_PASSWORD=${DB_USER_PASS:-DatabasePassword1234}
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/ghost/mariadb/config:/config
restart: unless-stopped

0 comments on commit 123803f

Please sign in to comment.