diff --git a/ghost/docker-compose.yml b/ghost/docker-compose.yml index d827fa5..f2b3778 100644 --- a/ghost/docker-compose.yml +++ b/ghost/docker-compose.yml @@ -1,8 +1,11 @@ services: ghost: - image: ghost:6.10.2-alpine + image: ghost:6.10.3 deploy: replicas: 1 + placement: + constraints: + - node.labels.target == here restart: always ports: - 2368:2368