-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The current docker deployment dont make much sense, we are instructed to clone the repo, copy the config.yaml and build the image. Then in the dockercompose the config.yaml is mounted anyways as an external volume.
version: '3'
services:
addarr:
container_name: addarr-refresh
build: .
restart: unless-stopped
network_mode: host
volumes:
- ./config.yaml:/app/config.yaml:ro
It would be much better to publish a docker image, and just show the volume mount options for config.yaml and other files. Even better would be to just mount a whole folder named /config
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels