mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
Merge pull request #46 from tynanbe/mysql_port
Don't publish MySQL port
This commit is contained in:
@@ -7,8 +7,6 @@ services:
|
||||
command: --max_allowed_packet=256M
|
||||
volumes:
|
||||
- "./data/db:/var/lib/mysql:delegated"
|
||||
ports:
|
||||
- "3306:3306"
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD}
|
||||
MYSQL_DATABASE: ${MYSQL_DATABASE}
|
||||
|
||||
Reference in New Issue
Block a user