#Losing my configuration on Seerr restart

5 messages · Page 1 of 1 (latest)

marble moat
#

Each time I restart Seerr it loses all its configuration.

Compose:

        image: ghcr.io/seerr-team/seerr:latest
        init: true
        container_name: seerr
        environment:
            - LOG_LEVEL=debug
            - TZ=${TZ}
            - PORT=5055 #optional
        ports:
            - 5055:5055
        volumes:
            - ./config/seerr:/config
        healthcheck:
            test: wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/settings/public || exit 1
            start_period: 20s
            timeout: 3s
            interval: 15s
            retries: 3
        restart: unless-stopped```
#

What else should I share from Seerr?

urban fulcrum
#

That's the wrong container path for your appdata

marble moat
#

So should I change from ./config/seerr:/config to ./config/seerr:/app/config