From 2d0cffdfc4843d65da39b9b2c342c63177862951 Mon Sep 17 00:00:00 2001 From: borgal Date: Tue, 7 Dec 2021 17:31:12 +0000 Subject: [PATCH] =?UTF-8?q?TrueCommand=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- truecommand/docker-compose.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 truecommand/docker-compose.yml 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