14 lines
341 B
YAML
14 lines
341 B
YAML
services:
|
|
dockge:
|
|
image: louislam/dockge:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- 5001:5001
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- /opt/dockge/data:/app/data
|
|
- /opt/stacks:/opt/stacks
|
|
environment:
|
|
# Tell Dockge where to find the stacks
|
|
- DOCKGE_STACKS_DIR=/opt/stacks
|