mirror of
https://github.com/Retropex/Bitcoin-store.git
synced 2025-05-12 19:00:42 +02:00
fix port
This commit is contained in:
parent
2ed52123de
commit
28188784ed
@ -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: 5333
|
APP_PORT: 5000
|
||||||
|
|
||||||
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
|
||||||
@ -12,5 +12,3 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/:/app/data/
|
- ${APP_DATA_DIR}/data/:/app/data/
|
||||||
ports:
|
|
||||||
- 5333:5333
|
|
Loading…
Reference in New Issue
Block a user