new dirs for docker compose
This commit is contained in:
@@ -23,7 +23,7 @@ COMPOSE_PROJECT_NAME=media-stack
|
||||
DOCKER_SUBNET=172.28.10.0/24
|
||||
DOCKER_GATEWAY=172.28.10.1
|
||||
LOCAL_SUBNET=192.168.0.0/24
|
||||
LOCAL_DOCKER_IP=192.168.0.6
|
||||
LOCAL_DOCKER_IP=192.168.0.57
|
||||
|
||||
# Each of the "*ARR" applications have been configured so the theme can be changed to your needs.
|
||||
# Refer to Theme Park for more info / options: https://docs.theme-park.dev/theme-options/aquamarine/
|
||||
@@ -37,7 +37,7 @@ TP_THEME=nord
|
||||
|
||||
# Host Data Folders - Will accept Linux, Windows, NAS folders
|
||||
FOLDER_FOR_CONFIGS=/home/grail/docker
|
||||
FOLDER_FOR_MEDIA=/data
|
||||
FOLDER_FOR_MEDIA=/media
|
||||
|
||||
# File access, date and time details for the containers / applications to use.
|
||||
# Run "sudo id docker" on host computer to find PUID / PGID and update these to suit.
|
||||
|
||||
@@ -132,7 +132,7 @@ services:
|
||||
volumes:
|
||||
- ${FOLDER_FOR_CONFIGS:?err}/qbittorrent:/config
|
||||
- ${FOLDER_FOR_MEDIA:?err}:/data
|
||||
- /ceph:/downloads
|
||||
- /downloads:/downloads
|
||||
environment:
|
||||
- PUID=${PUID:?err}
|
||||
- PGID=${PGID:?err}
|
||||
|
||||
Reference in New Issue
Block a user