Skip to content

Docker image #2

@BoKKeR

Description

@BoKKeR

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions