Initial Commit
This commit is contained in:
14
dockge/docker-compose.yml
Normal file
14
dockge/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
dockge:
|
||||
image: louislam/dockge
|
||||
container_name: dockge
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8002:5001
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./data:/app/data
|
||||
- /opt:/opt
|
||||
environment:
|
||||
- DOCKGE_STACKS_DIR=/opt
|
||||
Reference in New Issue
Block a user