mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-18 01:01:02 +08:00
feat: PHP 容器限制端口访问 (#26)
This commit is contained in:
parent
1ce6883e43
commit
61e4f68ec8
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user