Update docker-compose.yml to change node hostname constraint from 'crackbox' to 'little'

This commit is contained in:
2025-12-09 06:06:07 +00:00
parent 293a3bab8d
commit 9f7bee701c

View File

@@ -55,7 +55,7 @@ services:
failure_action: rollback
placement:
constraints:
- node.hostname == crackbox
- node.hostname == little
labels:
- "traefik.enable=true"
- "traefik.swarm.network=public"