Skip to content

Commit

Permalink
automatically restart docker on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
LumePart committed Nov 6, 2024
1 parent 453ea60 commit 82c3d98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
services:
explo:
image: ghcr.io/lumepart/explo:latest
restart: unless-stopped
container_name: explo
volumes:
- /path/to/local.env:/opt/explo/local.env
Expand Down

0 comments on commit 82c3d98

Please sign in to comment.