Update docker-compose.yml

use expose flag
This commit is contained in:
LRVT 2024-02-15 21:52:49 +01:00 committed by GitHub
parent 4baee1cf4c
commit 7976e700cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,6 @@ services:
- MYSQL_ROOT_PASSWORD=password2
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/domainmod/database:/config
#ports:
# - 3306
expose:
- 3306
restart: unless-stopped