Files
docker/truecommand/docker-compose.yml
2021-12-07 17:31:12 +00:00

13 lines
300 B
YAML

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