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

Этот коммит содержится в:
Doug Lauder
2024-01-24 09:30:37 -05:00
коммит произвёл GitHub
родитель 6d41ee171e
Коммит 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