mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-12 02:28:38 +02:00
fix starting behaviour
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user