Hide path using new env var

This commit is contained in:
Robin 2021-08-11 18:03:59 +02:00
parent 057aee3ce6
commit ad58d25126

View File

@ -34,4 +34,7 @@ ENV VERSION=${VERSION}
# Used by website to know if it runs using our docker images for statistics
ENV NAMELESSMC_METRICS_DOCKER=true
# Hide path option in the installer, subdirectories are not compatible with the nginx configuration
ENV NAMELESS_PATH_HIDE=1
ENTRYPOINT [ "bash", "/entrypoint.sh" ]