Skip to content

Commit

Permalink
docs: update compose restart policy
Browse files Browse the repository at this point in the history
  • Loading branch information
imcatwhocode committed Nov 4, 2024
1 parent c50984d commit a8ab730
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ services:
# Build from Dockerfile as we don't provide pre-built images
build: https://github.com/b4ck5p4c3/hibiscus.git

# Restart container on boot or in case of failure
restart: always

# Mount the zones directory to persist data
# If you run as non-root user (see directive below), make sure the directory is writable.
# To adjust permissions, run `chown -R 1000:1000 /srv/dns/zones`
Expand Down

0 comments on commit a8ab730

Please sign in to comment.