---
services:
thelinux_pro:
container_name: thelinux_pro
image: docker-registry1.in.thelinuxpro.net:5000/sites/thelinux.pro:latest
ports:
- '4001:4001'
restart: always
user: root
deploy:
placement:
constraints: [node.role == manager]