Update testweb/docker-compose.yml

This commit is contained in:
2026-03-25 15:44:15 +00:00
parent 96eaac3f4e
commit 2dbb9de26b

View File

@@ -7,9 +7,6 @@ services:
image: httpd:latest image: httpd:latest
container_name: testweb container_name: testweb
deploy: deploy:
placement:
constraints:
- node.labels.target != here
replicas: 1 replicas: 1
restart: on-failure restart: on-failure
ports: ports: