add linuxserver/nextcloud

This commit is contained in:
2023-07-28 22:02:16 +08:00
parent 83abe745ee
commit d22cd6ddc3
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
version: "2.1"
services:
nextcloud:
image: lscr.io/linuxserver/nextcloud:latest
container_name: nextcloud
environment:
- PUID=0 # id username
- PGID=0
- TZ=Asia/Shanghai
volumes:
- ./config:/config
- ./data:/data
ports:
- 8088:443
restart: unless-stopped
networks:
nginx:
aliases:
- nextcloud
networks:
nginx:
external: true