Skip to content

Commit f8ada93

Browse files
fix(post): added restart flags
1 parent 060e4d5 commit f8ada93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_posts/2025-03-20-pihole-sync-nebula.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ services:
9494
nebula-sync:
9595
image: ghcr.io/lovelaze/nebula-sync:latest
9696
container_name: nebula-sync
97+
restart: unless-stopped
9798
env_file: .env
9899
```
99100
@@ -158,6 +159,7 @@ If you don't want to use Docker Compose and want to use the Docker CLI you can r
158159

159160
```bash
160161
docker run \
162+
--restart unless-stopped \
161163
--name=nebula-sync \
162164
--env-file .env \
163165
ghcr.io/lovelaze/nebula-sync:latest

0 commit comments

Comments
 (0)