Add komodo_periphery
This commit is contained in:
13
komodo_periphery/docker-compose.yml
Normal file
13
komodo_periphery/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
services:
|
||||||
|
komodo_periphery:
|
||||||
|
container_name: komodo_periphery
|
||||||
|
image: ghcr.io/moghtech/komodo-periphery:1.18.4
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
komodo.skip:
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- /proc:/proc
|
||||||
|
- ${PERIPHERY_ROOT_DIRECTORY}:${PERIPHERY_ROOT_DIRECTORY} #Change me
|
||||||
|
ports:
|
||||||
|
- 8120:8120
|
||||||
Reference in New Issue
Block a user