added nextcloud for testing on docker

This commit is contained in:
2025-05-10 21:31:48 -05:00
parent c2a0209f86
commit 56e59ab232

14
nextcloud/compose.yml Normal file
View 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