Update docker-compose.yml to change node hostname constraint from 'crackbox' to 'little'
This commit is contained in:
@@ -55,7 +55,7 @@ services:
|
||||
failure_action: rollback
|
||||
placement:
|
||||
constraints:
|
||||
- node.hostname == crackbox
|
||||
- node.hostname == little
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.swarm.network=public"
|
||||
|
||||
Reference in New Issue
Block a user