Compare commits
No commits in common. "f24b39e12656a9edbd35bb29d5d1163bc0db3ce9" and "24618e84c0fb5492e9113356133f7104d0dc78df" have entirely different histories.
f24b39e126
...
24618e84c0
|
|
@ -1,24 +0,0 @@
|
||||||
version: '3'
|
|
||||||
|
|
||||||
services:
|
|
||||||
dockge:
|
|
||||||
image: louislam/dockge:1
|
|
||||||
container_name: dockge
|
|
||||||
restart: "always"
|
|
||||||
ports:
|
|
||||||
- 881:5001
|
|
||||||
networks:
|
|
||||||
- medicine-network
|
|
||||||
volumes:
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
- dockge-data:/app/data
|
|
||||||
- /root/medicine-config:/root/medicine-config
|
|
||||||
environment:
|
|
||||||
- DOCKGE_STACKS_DIR=/root/medicine-config
|
|
||||||
|
|
||||||
networks:
|
|
||||||
medicine-network:
|
|
||||||
external: true
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
dockge-data:
|
|
||||||
Loading…
Reference in New Issue