Update famhistweb/docker-compose.yml

Change placement constraint
This commit is contained in:
2026-01-06 21:01:59 +00:00
parent 91558d6b8c
commit 14bb8eae7e

View File

@@ -4,7 +4,8 @@ services:
container_name: apache2
deploy:
placement:
constraints: [node.role == worker]
constraints:
- node.labels.target != here
replicas: 1
restart: on-failure
ports: