13 lines
280 B
YAML
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 |