add linuxserver/nextcloud
This commit is contained in:
23
Docker/nextcloud/linuxserver.yml
Normal file
23
Docker/nextcloud/linuxserver.yml
Normal 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
|
||||
Reference in New Issue
Block a user