mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 08:56:00 +00:00
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
@@ -7,7 +7,7 @@ services:
|
||||
deploy:
|
||||
labels:
|
||||
- traefik.frontend.rule=Host:register.${DOMAIN?Variable not set}
|
||||
- traefik.docker.network=traefik-public
|
||||
- traefik.swarm.network=traefik-public
|
||||
- traefik.port=5000
|
||||
ports:
|
||||
- 5000:5000
|
||||
|
||||
Reference in New Issue
Block a user