mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
fix(production): Auto-restarting bch-dex Docker container
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user