version: '3' services: r8bind: image: 192.168.15.188:5000/r8bind container_name: r8bind hostname: r8bind privileged: true tty: true cap_add: - ALL volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - /home/docker/vol/r8bind:/home/docker/files:rw tmpfs: - /run ports: - "2204:22" networks: net01: ipv4_address: 172.18.1.4 ipv6_address: fd00::4 priority: 1000 include: - ./compose_network.yml