Quick Start
mkdir -p /opt/stacks /opt/dockge cd /opt/dockge curl https://raw.githubusercontent.com/louislam/dockge/master/compose.yaml --output compose.yaml docker compose up -d
Then open http://localhost:5001 in your browser.
Features
- Manage Docker Compose stacks with a clean web interface
- Edit compose.yaml files directly in the browser
- Real-time logs and terminal access per container
- Start, stop, restart, and update stacks in one click
- Lightweight — focused purely on Compose stacks
Screenshots

Privacy & Notes
Fully open source under the MIT license. No telemetry, no cloud, runs entirely on your own server. Best suited for single-host Compose setups — not a full orchestration tool.
Changelog (short)
1.4.2 includes performance improvements, bug fixes, and UI polish.