diff options
| -rw-r--r-- | docker-compose.yaml | 3 | ||||
| -rw-r--r-- | nginx-entrypoint.sh | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index 0c30aba..350f77b 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -4,9 +4,8 @@ services: build: . ports: - 443:443 - - 80:80 + - 80:80 environment: - PER_PAGE - COLLECTOR_URL - JWT_URL - diff --git a/nginx-entrypoint.sh b/nginx-entrypoint.sh index 64108bb..37fdaf9 100644 --- a/nginx-entrypoint.sh +++ b/nginx-entrypoint.sh @@ -3,4 +3,3 @@ INJECT_FILE_SRC="${WWW_DIR}/inject_template.js" INJECT_FILE_DST="${WWW_DIR}/inject.js" envsubst < "${INJECT_FILE_SRC}" > "${INJECT_FILE_DST}" [ -z "$@" ] && nginx -g 'daemon off;' || $@ - |
