···11services:
22 komodo-import:
33- image: foxxmd/komodo-import:edge
33+ image: foxxmd/komodo-import:latest
44 volumes:
55- ## ParentDirectory:FILES_ON_SERVER_DIR
55+ ## The top-level folder compose projects on the host live in
66 - .:/filesOnServer
7788- ## optional, TOML is saved to file here
99- #- ./config:/config
108 environment:
1111- - TZ=America/New_York
99+ ## Same path as the host folder mounted above
1010+ - HOST_DIR=/my/cool/path
1211 ## Komodo Server name to use for generated Stacks
1312 - SERVER_NAME=my-cool-server
1414- ## ParentDirectory on the host use as Stack Run Directory prefix
1515- - HOST_PARENT_PATH=/my/cool/path
1313+1414+ - TZ=America/New_York
1515+1616 restart: no