funmaker / Hybooru

Hydrus-based booru-styled imageboard in React
https://booru.funmaker.moe/
MIT License
95 stars 15 forks source link

Don't force port 80 when DOCKERIZED #36

Closed alnmy closed 5 months ago

alnmy commented 9 months ago

Currently, the Dockerfile sets an environment variable, "DOCKERIZED", to 1 and this forces Hybooru to run on port 80. I am using rootless Podman on my server which means that containers cannot use port 80. I would propose that the "DOCKERIZED" environment variable is kept however that the port can be changed if an environment variable such as "PORT" is used.

funmaker commented 5 months ago

As of 1.10.0 you can use PORT envvar. DOCKERIZED is no longer used.