fix: issues with port binding in different container runtimes (#4279)

This commit is contained in:
Andrew Bastin
2024-08-21 19:07:53 +05:30
committed by GitHub
parent 559c71e39b
commit e8319a08df
9 changed files with 57 additions and 32 deletions

View File

@@ -1,3 +1,8 @@
{
admin off
persist_config off
}
:80 :3170 {
reverse_proxy localhost:8080
}

View File

@@ -1,3 +1,8 @@
{
admin off
persist_config off
}
:8080 {
try_files {path} /
root * /site

View File

@@ -1,3 +1,8 @@
{
admin off
persist_config off
}
:80 :3000 {
try_files {path} /
root * /site/selfhost-web

View File

@@ -1,3 +1,8 @@
{
admin off
persist_config off
}
:8080 {
try_files {path} /
root * /site

View File

@@ -1,3 +1,8 @@
{
admin off
persist_config off
}
:80 :3100 {
try_files {path} /
root * /site/sh-admin-multiport-setup

View File

@@ -1,3 +1,8 @@
{
admin off
persist_config off
}
:80 :3100 {
handle_path /admin* {
root * /site/sh-admin-subpath-access