first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
nextcloud:
|
||||
image: linuxserver/nextcloud:latest
|
||||
container_name: nextcloud
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "[WEBUI]:443/tcp"
|
||||
volumes:
|
||||
- [DOCKERDIR]/nextcloud/nextcloud/config:/config
|
||||
- [DOCKERDIR]/nextcloud/nextcloud/data:/data
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Prague
|
||||
Reference in New Issue
Block a user