1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 02:11:04 +08:00

🐛 fix(yourls): update container port mapping from 80 to 8080

- change port mapping from 80 to 8080 for both 1.10.2 and latest versions
Reference: YOURLS/containers/pull/336
This commit is contained in:
pooneyy 2025-10-28 13:22:44 +08:00
parent 648ef5a6fd
commit 21a51f6a09
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ services:
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- "${DATA_PATH}:/var/www/html"
environment:

View File

@ -5,7 +5,7 @@ services:
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- "${DATA_PATH}:/var/www/html"
environment: