🐛 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:
parent
648ef5a6fd
commit
21a51f6a09
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue