mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-16 16:14:47 +02:00
Updated for new healthcheck and fix for new Nextcloud version
This commit is contained in:
parent
99d125f704
commit
e6da52e9c3
26 changed files with 225 additions and 559 deletions
|
@ -6,5 +6,8 @@ services:
|
|||
restart: always
|
||||
ports:
|
||||
- 8080:80
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
#volumes:
|
||||
# - nextcloud:/var/www/html # This is the usual way of using nextcloud in a container, but we do not need persistent data storage for benchmarking
|
||||
healthcheck:
|
||||
test: ["curl", "-f", "http://nc"]
|
||||
interval: "1s"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue