fix(production): Auto-restarting bch-dex Docker container

This commit is contained in:
Chris Troutner
2022-03-27 13:47:05 -07:00
parent 1f91bb05dd
commit bb2f20b322
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -82,7 +82,7 @@ services:
- '5700:5700' # <host port>:<container port>
# volumes:
# - ../data/ipfsdata:/home/safeuser/ipfs-service-provider/.ipfsdata
#restart: always
restart: always
dex-ui:
build:
@@ -101,4 +101,4 @@ services:
- '4500:80' # <host port>:<container port>
# volumes:
# - ../data/ipfsdata:/home/safeuser/ipfs-service-provider/.ipfsdata
#restart: always
restart: always
+2 -2
View File
@@ -83,7 +83,7 @@ services:
- '5700:5700' # <host port>:<container port>
# volumes:
# - ../data/ipfsdata:/home/safeuser/ipfs-service-provider/.ipfsdata
#restart: always
restart: always
dex-ui:
build:
@@ -102,4 +102,4 @@ services:
- '4500:80' # <host port>:<container port>
# volumes:
# - ../data/ipfsdata:/home/safeuser/ipfs-service-provider/.ipfsdata
#restart: always
restart: always