version: "2" services: ipnat: build: ./build container_name: ipnat restart: unless-stopped ports: - "10010:10010" cap_add: - NET_ADMIN - NET_RAW