Создал(а) 'nextcloud/docker-compose.yaml'
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
version: "2.1"
|
||||||
|
services:
|
||||||
|
nextcloud:
|
||||||
|
image: lscr.io/linuxserver/nextcloud
|
||||||
|
container_name: nextcloud
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/Moscow
|
||||||
|
volumes:
|
||||||
|
- /mnt/containers/nextcloud/container-data/config:/config:Z
|
||||||
|
- /mnt/containers/nextcloud/container-data/data:/data:Z
|
||||||
|
ports:
|
||||||
|
- 4443:443
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user