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
Hello, it seems Dockge doesn't support number / integer declarations for group_add in the compose file.
group_add
group_add: - 999
This results in complete inability to use / see the entire stack.
Please see below for more info.
Here is an example compose to reproduce:
services: dozzle: container_name: dozzle image: amir20/dozzle user: 802:802 group_add: - 999 restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock:ro ports: - 127.0.0.1:8080:8080
This should work and not break Dockge :)
In Terminal, an error can be seen:
Terminal
1 error(s) decoding: * 'group_add[0]' expected type 'string', got unconvertible type 'int', value: '999'
Containers have N/A state, Bash for container doesn't work, etc.
N/A
Bash
1.4.2
Ubuntu 22.04
Firefox
27.5.0
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🛡️ Security Policy
Description
Hello, it seems Dockge doesn't support number / integer declarations for
group_add
in the compose file.This results in complete inability to use / see the entire stack.
Please see below for more info.
👟 Reproduction steps
Here is an example compose to reproduce:
👀 Expected behavior
This should work and not break Dockge :)
😓 Actual Behavior
In
Terminal
, an error can be seen:Containers have
N/A
state,Bash
for container doesn't work, etc.Dockge Version
1.4.2
💻 Operating System and Arch
Ubuntu 22.04
🌐 Browser
Firefox
🐋 Docker Version
27.5.0
🟩 NodeJS Version
No response
📝 Relevant log output
The text was updated successfully, but these errors were encountered: