Skip to content

Commit c6d5236

Browse files
authored
webserver does not need to be deployed on a manager node
1 parent fe3ea41 commit c6d5236

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

services/docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ services:
102102
deploy:
103103
placement:
104104
constraints:
105-
- node.platform.os == linux
106-
- node.role == manager
105+
- node.platform.os == linux
107106
labels:
108107
- io.simcore.zone=${TRAEFIK_SIMCORE_ZONE}
109108
# gzip compression

0 commit comments

Comments
 (0)