use 9052 for onion port

This commit is contained in:
vvaznis
2026-01-13 12:13:12 -05:00
parent d3bf1bce24
commit de7989f3ca
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
export TRAEFIK_YML_VERSION=v28
export TRAEFIK_YML_VERSION=v29
export FILE_PROVIDER_YML_VERSION=v11
export ENTRYPOINT_VERSION=v5

View File

@ -11,14 +11,14 @@ providers:
endpoint: "tcp://socket-proxy:2375"
exposedByDefault: false
network: proxy
{{ if eq (env "FILE_PROVIDER_DIRECTORY_ENABLED") "1" }}
{{- if eq (env "FILE_PROVIDER_DIRECTORY_ENABLED") "1" }}
file:
directory: /etc/traefik/file-providers
watch: true
{{ else }}
{{- else }}
file:
filename: /etc/traefik/file-provider.yml
{{ end }}
{{- end }}
api:
dashboard: {{ env "DASHBOARD_ENABLED" }}
@ -113,7 +113,7 @@ entrypoints:
{{- end }}
{{- if eq (env "ONION_ENABLED") "1" }}
onion:
address: ":8080"
address: ":9052"
{{- end }}
ping: