mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-12-29 10:18:28 +01:00
Update docker-compose.yml
use expose flag
This commit is contained in:
@@ -35,6 +35,6 @@ services:
|
|||||||
- MYSQL_ROOT_PASSWORD=password2
|
- MYSQL_ROOT_PASSWORD=password2
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/domainmod/database:/config
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/domainmod/database:/config
|
||||||
#ports:
|
expose:
|
||||||
# - 3306
|
- 3306
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user