-
-
Notifications
You must be signed in to change notification settings - Fork 609
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
⚠️ Please verify that this bug has NOT been reported before.
- I checked and didn't find similar issue
🛡️ Security Policy
- I agree to have read this project Security Policy
Description
📝 Describe your problem
Running 1.5 and want to use the console. I saw the note to add DOCKGE_ENABLE_CONSOLE=true to the env section. I did this but the console is still not working. What am I missing?
📝 Error Message(s) or Log
services:
dockge:
image: louislam/dockge:1
restart: unless-stopped
ports:
Host Port : Container Port
- 5001:5001
volumes: - /var/run/docker.sock:/var/run/docker.sock
- ./data:/app/data
- /opt/stacks:/opt/stacks
environment: - DOCKGE_ENABLE_CONSOLE=true
- DOCKGE_STACKS_DIR=/opt/stacks
🐻 Dockge Version
1.5
👟 Reproduction steps
Added environment variable, rebooted container, still get the msg when clicking Console in UI
👀 Expected behavior
UI should change and show the terminal
😓 Actual Behavior
Same message about needing to change the Env Variable
Dockge Version
1.5
💻 Operating System and Arch
Ubuntu
🌐 Browser
Firefox
🐋 Docker Version
No response
🟩 NodeJS Version
No response
📝 Relevant log output
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working