Update docker-compose.yml
This commit is contained in:
parent
41eec503a4
commit
ce59678f27
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ services:
|
|||
restart: always
|
||||
volumes:
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/ghost/mysql:/var/lib/mysql
|
||||
#ports:
|
||||
# - "13928:3306"
|
||||
expose:
|
||||
- 3306
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: AnotherStrongDatabasePasswordForRootUser
|
||||
MYSQL_DATABASE: ghost
|
||||
|
|
|
|||
Loading…
Reference in a new issue