diff --git a/docker-compose.full.yaml b/docker-compose.full.yaml index 30ff0f7..c56e212 100644 --- a/docker-compose.full.yaml +++ b/docker-compose.full.yaml @@ -57,6 +57,7 @@ services: dockerfile: monero_compile args: threads: ${THREADS:-1} + restart: unless-stopped volumes: - ${DATA_DIR:-./data}:/data ports: diff --git a/docker-compose.yaml b/docker-compose.yaml index 6df9c94..0aab396 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -57,6 +57,7 @@ services: dockerfile: monero_nocompile args: threads: ${THREADS:-1} + restart: unless-stopped volumes: - ${DATA_DIR:-./data}:/data ports: