added nextcloud for testing on docker
This commit is contained in:
14
nextcloud/compose.yml
Normal file
14
nextcloud/compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
nextcloud:
|
||||
image: lscr.io/linuxserver/nextcloud:latest
|
||||
container_name: nextcloud
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/Chicago
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- ./data:/data
|
||||
ports:
|
||||
- 443:443
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user