2
0
mirror of https://github.com/acepanel/templates.git synced 2026-02-04 10:07:17 +08:00

feat: init

This commit is contained in:
2026-01-16 06:31:57 +08:00
commit 6810f0fb38
117 changed files with 2703 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
services:
nextcloud:
image: linuxserver/nextcloud:32.0.3
restart: always
networks:
- acepanel-network
ports:
- "${NEXTCLOUD_PORT_HTTPS}:443"
volumes:
- "./data/config:/config"
- "./data/data:/data"
environment:
- PUID=1000
- PGID=1000
- TZ=${NEXTCLOUD_TIME_ZONE}
networks:
acepanel-network:
external: true