Code, KNXD und TrueCommand angepasst

This commit is contained in:
borgal
2022-03-26 00:49:01 +00:00
parent ff3502be67
commit 93d24ff97e
3 changed files with 17 additions and 14 deletions

View File

@@ -1,13 +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
image: ixsystems/truecommand
container_name: truecommand
ports:
- '8090:80'
- '8093:443'
environment:
- TZ=Europe/Berlin
volumes:
- './data:/data'
restart: unless-stopped