Update docker-compose.yml

This commit is contained in:
LRVT 2024-01-14 12:55:43 +01:00 committed by GitHub
parent 41eec503a4
commit ce59678f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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