From 3d0a82bf140be5365dd03b11c3cbfa2c10965088 Mon Sep 17 00:00:00 2001 From: traveler Date: Tue, 23 Dec 2025 10:26:18 -0600 Subject: [PATCH] asdf --- termix.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/termix.yaml b/termix.yaml index b917d89..4058ae6 100644 --- a/termix.yaml +++ b/termix.yaml @@ -10,10 +10,13 @@ services: TZ: "America/Chicago" PORT: "8080" volumes: - - /data/nfs/Baxter/Docker/termix:/app/data + - /DockerVol/termix:/app/data networks: - netgrimoire deploy: + placement: + constraints: + - node.hostname == docker4 mode: replicated replicas: 1 restart_policy: