mirror of
https://github.com/aljazceru/wot-relay.git
synced 2025-12-17 06:14:27 +01:00
add restart and init to docker compose files
This commit is contained in:
@@ -12,3 +12,5 @@ services:
|
||||
- "./templates/static:${STATIC_PATH}"
|
||||
ports:
|
||||
- "3334:3334"
|
||||
restart: unless-stopped
|
||||
init: true
|
||||
|
||||
@@ -12,6 +12,8 @@ services:
|
||||
- "./templates/static:${STATIC_PATH}"
|
||||
ports:
|
||||
- "3334"
|
||||
restart: unless-stopped
|
||||
init: true
|
||||
|
||||
tor:
|
||||
image: lncm/tor:0.4.7.9@sha256:86c2fe9d9099e6376798979110b8b9a3ee5d8adec27289ac4a5ee892514ffe92
|
||||
@@ -23,3 +25,4 @@ services:
|
||||
- ./tor/data:/var/lib/tor
|
||||
restart: on-failure
|
||||
stop_grace_period: 10m30s
|
||||
init: true
|
||||
@@ -12,3 +12,5 @@ services:
|
||||
- "./templates/static:${STATIC_PATH}"
|
||||
ports:
|
||||
- "3334:3334"
|
||||
restart: unless-stopped
|
||||
init: true
|
||||
|
||||
Reference in New Issue
Block a user