Skip to content

[Bug]: The server-related parameters are invalid #1278

@chenqimiao

Description

@chenqimiao

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions