made host port configurable through env var

This commit is contained in:
pablo 2021-12-07 16:52:30 +01:00
parent eef8957e77
commit 3d6dbe3f76

View file

@ -9,4 +9,4 @@ services:
# Important: ensure that 404.html exist else this will throw an error during build
# - "./web/_site/404.html:/usr/share/nginx/html/404.html"
ports:
- 42072:80
- ${HOST_PORT}:80