mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-27 14:01:15 +00:00
Update docker-compose-rpi-arm.yml
typo 2
This commit is contained in:
parent
ba26346ed7
commit
123803fadc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user