removed isaiah added dokemon

This commit is contained in:
2024-02-18 22:52:38 -06:00
parent ea99344a7f
commit 6f457b4c93

12
dokemon/compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: "3.3"
services:
dokemon:
image: productiveops/dokemon:latest
container_name: dokemon
restart: unless-stopped
ports:
- 9090:9090
volumes:
- ./data:/data
- /var/run/docker.sock:/var/run/docker.sock