We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf0e88 commit 81b80c1Copy full SHA for 81b80c1
swag_config_patcher.py
@@ -43,7 +43,7 @@
43
text = file.read_text()
44
45
# Patch ports
46
- if port:
+ if port and not container in stack_network:
47
text = re.sub(r'set \$upstream_port \d{2,5};', f'set $upstream_port {port};', text)
48
# Activate authelia
49
if use_authelia:
0 commit comments