Refactor swarm configuration: Update Traefik network labels from 'traefik.docker.network' to 'traefik.swarm.network' across multiple service files
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ services:
|
||||
- node.labels.open_webui.open_webui == true
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.docker.network=traefik-public
|
||||
- traefik.swarm.network=traefik-public
|
||||
- traefik.constraint-label=traefik-public
|
||||
- traefik.http.routers.open_webui.entrypoints=https
|
||||
- traefik.http.routers.open_webui.rule=Host(`bot.${DOMAIN}`)
|
||||
|
||||
Reference in New Issue
Block a user