mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
server: docker port exposure fix for embeds
This commit is contained in:
@ -10,6 +10,10 @@ BUILD_INFO=latest
|
|||||||
# otherwise the port specified here will be publicly accessible
|
# otherwise the port specified here will be publicly accessible
|
||||||
PORT=8080
|
PORT=8080
|
||||||
|
|
||||||
|
# Uncomment PORT_SERVER variable if you did the same in docker-compose.yml
|
||||||
|
# to make embeds work.
|
||||||
|
# PORT_SERVER=8081
|
||||||
|
|
||||||
# How many waitress threads to start
|
# How many waitress threads to start
|
||||||
# 4 is the default amount of threads. If you experience performance
|
# 4 is the default amount of threads. If you experience performance
|
||||||
# degradation with a large number of posts, increasing this may
|
# degradation with a large number of posts, increasing this may
|
||||||
|
Reference in New Issue
Block a user