diff --git a/truecommand/docker-compose.yml b/truecommand/docker-compose.yml new file mode 100644 index 0000000..9c45870 --- /dev/null +++ b/truecommand/docker-compose.yml @@ -0,0 +1,13 @@ +version: '3.3' +services: + truecommand: + volumes: + - './data:/data' + ports: + - '8090:80' + - '8093:443' + restart: always + container_name: truecommand + environment: + - TZ=Europe/Berlin + image: ixsystems/truecommand \ No newline at end of file