expose database port in composefile
This commit is contained in:
@ -7,8 +7,8 @@ services:
|
|||||||
MYSQL_USER: fail
|
MYSQL_USER: fail
|
||||||
MYSQL_PASSWORD: fail
|
MYSQL_PASSWORD: fail
|
||||||
MYSQL_DATABASE: fail
|
MYSQL_DATABASE: fail
|
||||||
# ports:
|
ports:
|
||||||
# - "3306:3306"
|
- "3306:3306"
|
||||||
networks:
|
networks:
|
||||||
- fail-network
|
- fail-network
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user