You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using docker-compose and I cant open the webpage after install. I am using it locally in my wifi network.
This is the message I get in the browser
error saving session: securecookie: hash key is not set
I am using the default compose on debian testing, except the music path
version: "2.4"
services:
gonic:
image: sentriz/gonic:latest
environment:
- TZ
# optionally, see more available env vars in the readme
ports:
- 4747:80
volumes:
- ./data:/data # gonic db etc
- /path/to/music:/music:ro # your music
- /path/to/podcasts:/podcasts # your podcasts
- /path/to/playlists:/playlists # your playlists
- /path/to/cache:/cache # transcode / covers / etc cache dir
# set the following two sections if you've enabled jukebox
group_add:
- audio
devices:
- /dev/snd:/dev/snd
Hi
I am using docker-compose and I cant open the webpage after install. I am using it locally in my wifi network.
This is the message I get in the browser
error saving session: securecookie: hash key is not set
I am using the default compose on debian testing, except the music path
The text was updated successfully, but these errors were encountered: