Update komodo for hostname
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# Environment Variables
|
||||
HOSTNAME=
|
||||
PERIPHERY_ROOT_DIRECTORY=
|
||||
|
||||
# Paths
|
||||
|
||||
@@ -3,6 +3,7 @@ services:
|
||||
container_name: komodo_periphery
|
||||
image: ghcr.io/moghtech/komodo-periphery:1.18.4
|
||||
restart: unless-stopped
|
||||
hostname: ${HOSTNAME}
|
||||
labels:
|
||||
komodo.skip:
|
||||
command: periphery --config-path ${PERIPHERY_ROOT_DIRECTORY}/periphery.config.toml
|
||||
|
||||
Reference in New Issue
Block a user