mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
feat: PHP 容器限制端口访问 (#26)
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
|||||||
- ./log:/var/log/php
|
- ./log:/var/log/php
|
||||||
- ./composer:/tmp/composer
|
- ./composer:/tmp/composer
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:9000
|
- 127.0.0.1:${PANEL_APP_PORT_HTTP}:9000
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ services:
|
|||||||
- ./log:/var/log/php
|
- ./log:/var/log/php
|
||||||
- ./composer:/tmp/composer
|
- ./composer:/tmp/composer
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:9000
|
- 127.0.0.1:${PANEL_APP_PORT_HTTP}:9000
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ services:
|
|||||||
- ./log:/var/log/php
|
- ./log:/var/log/php
|
||||||
- ./composer:/tmp/composer
|
- ./composer:/tmp/composer
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:9000
|
- 127.0.0.1:${PANEL_APP_PORT_HTTP}:9000
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user