removed isaiah added dokemon
This commit is contained in:
12
dokemon/compose.yml
Normal file
12
dokemon/compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user