add restart policy to monerod

This commit is contained in:
lza_menace
2020-10-07 23:13:15 -07:00
parent e301fe8e81
commit 54ccb9e558
2 changed files with 2 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ services:
dockerfile: monero_nocompile
args:
threads: ${THREADS:-1}
restart: unless-stopped
volumes:
- ${DATA_DIR:-./data}:/data
ports: