From 5707de6307585b4652ceabf6225dafb4f0083d74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Haf?= Date: Fri, 25 Apr 2025 17:08:32 +0200 Subject: [PATCH] move to port 5300 --- btc-deepsea/docker-compose.yml | 4 ++-- btc-deepsea/umbrel-app.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/btc-deepsea/docker-compose.yml b/btc-deepsea/docker-compose.yml index 47f41aa..331a9f5 100644 --- a/btc-deepsea/docker-compose.yml +++ b/btc-deepsea/docker-compose.yml @@ -4,7 +4,7 @@ services: app_proxy: environment: APP_HOST: btc-deepsea_deepsea_1 - APP_PORT: 5000 + APP_PORT: 5300 deepsea: image: ghcr.io/retropex/custom-dashboard-ocean:v0.8.1@sha256:6b5144ed7e7ebfbfed7706bbb932d62689df67bd188951eb92f201690eedce8f @@ -13,4 +13,4 @@ services: volumes: - ${APP_DATA_DIR}/data/:/app/data/ ports: - - 5000:5000 \ No newline at end of file + - 5300:5300 \ No newline at end of file diff --git a/btc-deepsea/umbrel-app.yml b/btc-deepsea/umbrel-app.yml index 969474d..52d32cf 100644 --- a/btc-deepsea/umbrel-app.yml +++ b/btc-deepsea/umbrel-app.yml @@ -13,7 +13,7 @@ description: >- developer: DJ O₿leezy dependencies: [] repo: https://github.com/Djobleezy/DeepSea-Dashboard.git -port: 5001 +port: 5300 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/2-dash.png