mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
fix breaking change in Docker 25 by using long form port definition (#26030)
This commit is contained in:
parent
6d41ee171e
commit
a7192dba8c
@ -24,7 +24,10 @@ services:
|
||||
networks:
|
||||
- mm-test
|
||||
ports:
|
||||
- 3307:3306
|
||||
- target: 3306
|
||||
published: 3307
|
||||
protocol: tcp
|
||||
mode: host
|
||||
environment:
|
||||
MYSQL_ROOT_HOST: "%"
|
||||
MYSQL_ROOT_PASSWORD: mostest
|
||||
|
Loading…
Reference in New Issue
Block a user