fix starting behaviour

This commit is contained in:
2026-07-23 21:04:28 +02:00
parent fb2f7a78e7
commit 551a4a9e80
2 changed files with 4 additions and 4 deletions
+4
View File
@@ -1,6 +1,8 @@
services:
caddy:
depends-on:
- archivebox
image: caddy:latest
container_name: caddy
restart: unless-stopped
@@ -20,6 +22,8 @@ services:
container_name: archivebox
restart: unless-stopped
command: server --host 0.0.0.0 --port 8000
environment:
- TZ=Europe/Zurich