Implement configuration directory customization. #74

Closed
trente.artist wants to merge 7 commits from add-config-dir-selection- into master
Showing only changes of commit e53c7082cc - Show all commits

View File

@ -11,7 +11,7 @@ services:
volumes:
- /etc/localtime:/etc/localtime:ro
- ${MEDIA_DIRECTORY}:/data
- ${CONFIG_DIRECTORY}/${MEDIA_SERVICE}/${MEDIA_SERVICE}:/config
- ${CONFIG_DIRECTORY}/${MEDIA_SERVICE}:/config
ports: # plex
- 8096:8096 # plex
restart: unless-stopped