-
-
Notifications
You must be signed in to change notification settings - Fork 326
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I have already checked through the existing bug reports and found no duplicates
- Yes
App Version
0.18.0
Music Server and Version
irrelevant
What local environments are you seeing the problem on?
No response
What happened?
I used the following configuration to start Docker, but the homepage does not automatically fill in the server address.
version: '3.8'
services:
feishin:
container_name: feishin
image: ghcr.io/jeffvli/feishin:latest
ports:
- "9180:9180"
restart: unless-stopped
environment:
- SERVER_NAME=navidrome
- SERVER_LOCK=true
- SERVER_TYPE=navidrome
- SERVER_URL=****
- PUID=1000
- PGID=1000
- UMASK=002
Steps to reproduce
As mentioned in the title.
Relevant log output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working