healthcheck added
This commit is contained in:
@@ -62,6 +62,11 @@ services:
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- seafile-net
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-fs", "http://localhost/"]
|
||||
interval: 5s
|
||||
timeout: 3s
|
||||
start_period: 5s
|
||||
|
||||
networks:
|
||||
seafile-net:
|
||||
|
||||
Reference in New Issue
Block a user