Add a command line flag to set the port and default to 8080

This commit is contained in:
Marc Di Luzio 2020-05-29 22:45:17 +01:00
parent e809c29b73
commit 4a293eb912
2 changed files with 5 additions and 2 deletions

View file

@ -3,4 +3,4 @@ services:
rove-server:
build: .
ports:
- "80:80"
- "80:8080"