Fix passing port on command line

This commit is contained in:
Marc Di Luzio 2020-06-01 18:10:25 +01:00
parent 2e7b2d2928
commit 07c5b9cf5a
3 changed files with 8 additions and 3 deletions

View file

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