move port to 5333

This commit is contained in:
Léo Haf 2025-04-25 17:31:12 +02:00 committed by GitHub
parent 5707de6307
commit 72ef4f6d0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ services:
app_proxy: app_proxy:
environment: environment:
APP_HOST: btc-deepsea_deepsea_1 APP_HOST: btc-deepsea_deepsea_1
APP_PORT: 5300 APP_PORT: 5333
deepsea: deepsea:
image: ghcr.io/retropex/custom-dashboard-ocean:v0.8.1@sha256:6b5144ed7e7ebfbfed7706bbb932d62689df67bd188951eb92f201690eedce8f image: ghcr.io/retropex/custom-dashboard-ocean:v0.8.1@sha256:6b5144ed7e7ebfbfed7706bbb932d62689df67bd188951eb92f201690eedce8f
@ -13,4 +13,4 @@ services:
volumes: volumes:
- ${APP_DATA_DIR}/data/:/app/data/ - ${APP_DATA_DIR}/data/:/app/data/
ports: ports:
- 5300:5300 - 5333:5333

View File

@ -13,7 +13,7 @@ description: >-
developer: DJ O₿leezy developer: DJ O₿leezy
dependencies: [] dependencies: []
repo: https://github.com/Djobleezy/DeepSea-Dashboard.git repo: https://github.com/Djobleezy/DeepSea-Dashboard.git
port: 5300 port: 5333
gallery: gallery:
- https://raw.githubusercontent.com/Retropex/Bitcoin-store/refs/heads/master/icon/1-dash.png - https://raw.githubusercontent.com/Retropex/Bitcoin-store/refs/heads/master/icon/1-dash.png
- https://raw.githubusercontent.com/Retropex/Bitcoin-store/refs/heads/master/icon/2-dash.png - https://raw.githubusercontent.com/Retropex/Bitcoin-store/refs/heads/master/icon/2-dash.png