mirror of
https://github.com/acepanel/templates.git
synced 2026-02-04 10:07:17 +08:00
feat: init
This commit is contained in:
18
nextcloud/docker-compose.yml
Normal file
18
nextcloud/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user