File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ services:
1313 - ./log:/var/log/php
1414 - ./composer:/tmp/composer
1515 ports :
16- - ${PANEL_APP_PORT_HTTP}:9000
16+ - 127.0.0.1: ${PANEL_APP_PORT_HTTP}:9000
1717 labels :
1818 createdBy : " Apps"
1919networks :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ services:
1313 - ./log:/var/log/php
1414 - ./composer:/tmp/composer
1515 ports :
16- - ${PANEL_APP_PORT_HTTP}:9000
16+ - 127.0.0.1: ${PANEL_APP_PORT_HTTP}:9000
1717 labels :
1818 createdBy : " Apps"
1919networks :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ services:
1313 - ./log:/var/log/php
1414 - ./composer:/tmp/composer
1515 ports :
16- - ${PANEL_APP_PORT_HTTP}:9000
16+ - 127.0.0.1: ${PANEL_APP_PORT_HTTP}:9000
1717 labels :
1818 createdBy : " Apps"
1919networks :
You can’t perform that action at this time.
0 commit comments