We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extra_hosts
When using extra_hosts, Dockge fails to bring up my stack. docker compose up -d still works as normal from the command line.
docker compose up -d
Using the following compose.yaml, and then clicking "Start" in Dockge
compose.yaml
services: myservice: image: foo/bar:latest container_name: myservice environment: - TZ=Australia/Sydney ports: - 1234:1234 volumes: - /docker-data/myservice:/config extra_hosts: - host=192.168.0.4 restart: unless-stopped
It starts as it would without extra_hosts
Getting an error
1.4.2
Debian Bookworm
Firefox 127
Docker 26.1.4
n/a
Error response from daemon: invalid IP address in add-host: ""
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🛡️ Security Policy
Description
When using
extra_hosts
, Dockge fails to bring up my stack.docker compose up -d
still works as normal from the command line.👟 Reproduction steps
Using the following
compose.yaml
, and then clicking "Start" in Dockge👀 Expected behavior
It starts as it would without
extra_hosts
😓 Actual Behavior
Getting an error
Dockge Version
1.4.2
💻 Operating System and Arch
Debian Bookworm
🌐 Browser
Firefox 127
🐋 Docker Version
Docker 26.1.4
🟩 NodeJS Version
n/a
📝 Relevant log output
The text was updated successfully, but these errors were encountered: