added restart and depends_on clause
This commit is contained in:
parent
3d147055bb
commit
2396fb5a2e
@ -24,4 +24,7 @@ services:
|
||||
volumes:
|
||||
- "./logs:/srv/logs"
|
||||
command: "caddy file-server --browse /srv/logs"
|
||||
depends_on:
|
||||
- downdetector
|
||||
restart: always
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user