made host port configurable through env var
This commit is contained in:
parent
eef8957e77
commit
3d6dbe3f76
1 changed files with 1 additions and 1 deletions
|
|
@ -9,4 +9,4 @@ services:
|
||||||
# Important: ensure that 404.html exist else this will throw an error during build
|
# Important: ensure that 404.html exist else this will throw an error during build
|
||||||
# - "./web/_site/404.html:/usr/share/nginx/html/404.html"
|
# - "./web/_site/404.html:/usr/share/nginx/html/404.html"
|
||||||
ports:
|
ports:
|
||||||
- 42072:80
|
- ${HOST_PORT}:80
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue