Fix passing port on command line
This commit is contained in:
parent
2e7b2d2928
commit
07c5b9cf5a
3 changed files with 8 additions and 3 deletions
|
@ -3,4 +3,5 @@ services:
|
|||
rove-server:
|
||||
build: .
|
||||
ports:
|
||||
- "80:8080"
|
||||
- "80:80"
|
||||
command: ./rove-server --port 80
|
Loading…
Add table
Add a link
Reference in a new issue