leyhome/termix.yml hinzugefügt
This commit is contained in:
parent
3d0a3cb0a5
commit
b10f180008
|
|
@ -0,0 +1,12 @@
|
||||||
|
services:
|
||||||
|
termix:
|
||||||
|
image: ghcr.io/lukegus/termix:latest
|
||||||
|
container_name: termix
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
# Bindet den Dienst explizit an die VLAN20-IP auf Port 8083
|
||||||
|
- '8083:8080'
|
||||||
|
volumes:
|
||||||
|
- /home/florian/docker/termix-data:/app/data
|
||||||
|
environment:
|
||||||
|
- PORT=8080
|
||||||
Loading…
Reference in New Issue