TrueCommand hinzugefügt
This commit is contained in:
13
truecommand/docker-compose.yml
Normal file
13
truecommand/docker-compose.yml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user