Update docker-compose.yaml

This commit is contained in:
2026-03-05 09:32:39 -05:00
parent 03fd69065a
commit 5c080d9e44

View File

@@ -6,6 +6,9 @@ services:
image: trafex/php-nginx
deploy:
replicas: 2
placement:
constraints:
- node.role == worker
ports:
- "8077:8080"
volumes: