build(docker): make the web port configurable
This commit is contained in:
parent
61ec3db7b3
commit
bd2910781c
|
@ -6,7 +6,7 @@ services:
|
|||
volumes:
|
||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
ports:
|
||||
- 80:80
|
||||
- "${DOCKER_WEB_PORT_FORWARD:-80}:80"
|
||||
|
||||
app:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue