This commit is contained in:
Sebastian
2024-12-14 09:07:00 +01:00
parent 039f902065
commit 3dca497c52

View File

@@ -24,7 +24,8 @@ services:
- "traefik.http.routers.tron-fullnode.entrypoints=websecure"
- "traefik.http.routers.tron-fullnode.tls.certresolver=myresolver"
- "traefik.http.routers.tron-fullnode.rule=Host(`$DOMAIN`) && PathPrefix(`/tron-fullnode`)"
- "traefik.http.routers.tron-fullnode.middlewares=tron-fullnode-set-path,ipwhitelist"
- "traefik.http.middlewares.tron-fullnode-strip-trailing-slash.stripprefixregex.regex=/$"
- "traefik.http.routers.tron-fullnode.middlewares=tron-fullnode-set-path, tron-fullnode-strip-trailing-slash, ipwhitelist"
volumes:
tron-fullnode-db: