Files
docker/truecommand/docker-compose.yml
2022-03-26 00:49:01 +00:00

13 lines
280 B
YAML

version: '3.3'
services:
truecommand:
image: ixsystems/truecommand
container_name: truecommand
ports:
- '8090:80'
- '8093:443'
environment:
- TZ=Europe/Berlin
volumes:
- './data:/data'
restart: unless-stopped