7 lines
128 B
Markdown
7 lines
128 B
Markdown
# Landingpage
|
|
|
|
Specify the Port you wannt the Service to run on in the Docker-Compose File
|
|
```
|
|
ports:
|
|
- "8080:<port>"
|
|
```
|