feat: PHP 容器限制端口访问 (#26)

This commit is contained in:
zhengkunwang223 2023-04-17 11:35:58 +08:00 committed by GitHub
parent 93c33e2282
commit 4091157f78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ services:
- ./log:/var/log/php
- ./composer:/tmp/composer
ports:
- ${PANEL_APP_PORT_HTTP}:9000
- 127.0.0.1:${PANEL_APP_PORT_HTTP}:9000
labels:
createdBy: "Apps"
networks:

View File

@ -13,7 +13,7 @@ services:
- ./log:/var/log/php
- ./composer:/tmp/composer
ports:
- ${PANEL_APP_PORT_HTTP}:9000
- 127.0.0.1:${PANEL_APP_PORT_HTTP}:9000
labels:
createdBy: "Apps"
networks:

View File

@ -13,7 +13,7 @@ services:
- ./log:/var/log/php
- ./composer:/tmp/composer
ports:
- ${PANEL_APP_PORT_HTTP}:9000
- 127.0.0.1:${PANEL_APP_PORT_HTTP}:9000
labels:
createdBy: "Apps"
networks: