Replies: 1 comment 1 reply
-
The upgrade from v7 to v8 blew away the configs due to a switch from json to SQLite. You probably were impacted by that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I used dockge to update to newer version and when I tried to login it asked for setup.
How can i prevent this? This is my configuration within the arr stack
huntarr:
image: huntarr/huntarr:latest
container_name: huntarr
restart: always
ports:
- 9705:9705
volumes:
- /home/david/docker/arrs/stack/huntarr/config:/config
environment:
- TZ=Europe/Madrid
networks:
- arrs
Thanks in advace.
Beta Was this translation helpful? Give feedback.
All reactions