11 lines
178 B
Markdown
11 lines
178 B
Markdown
# Landingpage
|
|
A Landing Page for Cliffbreak.de
|
|
# Plug and Play
|
|
|
|
Specify the Port you want the Service to run on in the Docker-Compose File
|
|
```
|
|
ports:
|
|
- "8080:<port>"
|
|
```
|
|
|
|
|