mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-30 15:31:12 +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
|
- TZ=Europe/Berlin
|
||||||
- MYSQL_DATABASE=${DB_NAME:-ghost}
|
- MYSQL_DATABASE=${DB_NAME:-ghost}
|
||||||
- MYSQL_USER=${DB_USER:-ghost}
|
- MYSQL_USER=${DB_USER:-ghost}
|
||||||
- MYSQL_PASSWORD=${DB_PASS:-DatabasePassword1234}
|
- MYSQL_PASSWORD=${DB_USER_PASS:-DatabasePassword1234}
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/ghost/mariadb/config:/config
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/ghost/mariadb/config:/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in New Issue
Block a user