initial
parent
9cf9b505de
commit
5615baf926
|
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
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
|
||||||
|
- /mnt/containers/nextcloud/container-data/data:/data
|
||||||
|
#ports:
|
||||||
|
# - 443:443
|
||||||
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- reverseproxy-nw
|
||||||
|
|
||||||
|
networks:
|
||||||
|
reverseproxy-nw:
|
||||||
|
external: true
|
||||||
Loading…
Reference in New Issue