initial commit

This commit is contained in:
2025-03-27 18:59:31 +01:00
commit 879d596740
17 changed files with 508 additions and 0 deletions

View File

@ -0,0 +1,11 @@
version: '2'
services:
nextcloud:
image: nextcloud:production
restart: always
ports:
- 80:80
volumes:
- /data:/data:rw
- ./data:/var/www/html