This commit is contained in:
Moritz 2019-09-05 20:09:21 +02:00
parent 42bcf7f03c
commit 41bb34313a

View file

@ -1,7 +1,11 @@
# Landingpage
A Landing Page for Cliffbreak.de
# Plug and Play
Specify the Port you wannt the Service to run on in the Docker-Compose File
Specify the Port you want the Service to run on in the Docker-Compose File
```
ports:
- "8080:<port>"
```