11 lines
242 B
YAML
11 lines
242 B
YAML
version: '3'
|
|
|
|
services:
|
|
webdeck:
|
|
image: docker.projekt-hirnfrei.de:6000/diabolus/webdeck:latest
|
|
container_name: webdeck
|
|
ports:
|
|
- 4141:80
|
|
environment:
|
|
IP: horst
|
|
PORT: 4444 |