restrict ports to be compatible with legacy version
This commit is contained in:
@@ -106,7 +106,7 @@ services:
|
||||
- ./php-fpm/php${PHP_VERSION}.ini:/usr/local/etc/php/php.ini
|
||||
- ${APP_CODE_PATH_HOST}:${APP_CODE_PATH_CONTAINER}${APP_CODE_CONTAINER_FLAG}
|
||||
ports:
|
||||
- "${PHP_FPM_XDEBUG_PORT}:9003"
|
||||
- "127.0.0.1:${PHP_FPM_XDEBUG_PORT}:9003"
|
||||
expose:
|
||||
- "9000"
|
||||
extra_hosts:
|
||||
@@ -228,7 +228,7 @@ services:
|
||||
- ${DATA_PATH_HOST}/mysql-slave1:/var/lib/mysql
|
||||
- ${MYSQL_ENTRYPOINT_INITDB}:/docker-entrypoint-initdb.d
|
||||
ports:
|
||||
- "127.0.0.1:3307:3306"
|
||||
- "3306:3306"
|
||||
networks:
|
||||
- backend
|
||||
|
||||
@@ -373,9 +373,11 @@ services:
|
||||
# - MEILI_LOG_LEVEL
|
||||
# - MEILI_DB_PATH=${MEILI_DB_PATH:-/data.ms}
|
||||
ports:
|
||||
- ${MEILI_PORT:-7700}:7700
|
||||
- 127.0.0.1:${MEILI_PORT:-7700}:7700
|
||||
networks:
|
||||
- backend
|
||||
volumes:
|
||||
- ${DATA_PATH_HOST}/meili_data:/meili_data
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
Reference in New Issue
Block a user