2019-04-21 20:48:40 +00:00
|
|
|
# Landingpage
|
2019-09-05 18:09:21 +00:00
|
|
|
A Landing Page for Cliffbreak.de
|
|
|
|
# Plug and Play
|
2019-04-21 20:48:40 +00:00
|
|
|
|
2019-09-05 18:09:21 +00:00
|
|
|
Specify the Port you want the Service to run on in the Docker-Compose File
|
2019-09-05 18:07:55 +00:00
|
|
|
```
|
|
|
|
ports:
|
|
|
|
- "8080:<port>"
|
2019-09-05 18:08:17 +00:00
|
|
|
```
|
2019-09-05 18:09:21 +00:00
|
|
|
|
|
|
|
|