fix breaking change in Docker 25 by using long form port definition (#26030)

This commit is contained in:
Doug Lauder 2024-01-24 09:30:37 -05:00 committed by GitHub
parent 6d41ee171e
commit a7192dba8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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