Skip to content

Commit

Permalink
Merge pull request #68 from sudocarlos/master
Browse files Browse the repository at this point in the history
add restart and init to docker compose files
  • Loading branch information
barrydeen authored Sep 25, 2024
2 parents ba4fa1d + 1a21abe commit 1a536bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ services:
- "./templates/static:${STATIC_PATH}"
ports:
- "3334:3334"
restart: unless-stopped
init: true
3 changes: 3 additions & 0 deletions docker-compose.tor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -23,3 +25,4 @@ services:
- ./tor/data:/var/lib/tor
restart: on-failure
stop_grace_period: 10m30s
init: true
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ services:
- "./templates/static:${STATIC_PATH}"
ports:
- "3334:3334"
restart: unless-stopped
init: true

0 comments on commit 1a536bc

Please sign in to comment.