docker-compose.yml für OBS-Webdeck 0.1.0
This commit is contained in:
parent
2866f1c1a7
commit
122573a97c
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
webdeck:
|
||||
image: docker.projekt-hirnfrei.de:6000/diabolus/webdeck:latest
|
||||
container_name: webdeck
|
||||
ports:
|
||||
- 4141:80
|
||||
environment:
|
||||
IP: horst
|
||||
PORT: 4444
|
Loading…
Reference in New Issue
Block a user