mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-07 09:01:02 +00:00
Update docker-compose.yml
This commit is contained in:
parent
41eec503a4
commit
ce59678f27
|
@ -40,8 +40,8 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/ghost/mysql:/var/lib/mysql
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/ghost/mysql:/var/lib/mysql
|
||||||
#ports:
|
expose:
|
||||||
# - "13928:3306"
|
- 3306
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: AnotherStrongDatabasePasswordForRootUser
|
MYSQL_ROOT_PASSWORD: AnotherStrongDatabasePasswordForRootUser
|
||||||
MYSQL_DATABASE: ghost
|
MYSQL_DATABASE: ghost
|
||||||
|
|
Loading…
Reference in New Issue
Block a user