testing linuxserver image
This commit is contained in:
@@ -14,3 +14,25 @@ services:
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/collabora/code:/etc/loolwsd
|
||||
|
||||
nextcloud:
|
||||
container_name: nextcloud
|
||||
image: lscr.io/linuxserver/nextcloud:latest
|
||||
environment:
|
||||
- PUID=${TZ}
|
||||
- PGID=${TZ}
|
||||
- TZ=${TZ}
|
||||
networks:
|
||||
- reverse-proxy
|
||||
ports:
|
||||
- 8443:443
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- ./data:/data
|
||||
- ${BACKUP_DIR}/:/backup
|
||||
- ${STORAGE_DIR}/:/storage
|
||||
|
||||
networks:
|
||||
reverse-proxy:
|
||||
name: reverse-proxy
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user