services: zerotier-moon: image: zerotier-moon:latest build: context: . dockerfile: Containerfile container_name: zerotier-moon restart: always ports: - "9993:9993/udp" volumes: - ./zerotier-one:/var/lib/zerotier-one command: - -4 - ${SERVER_IP}