services: socks5: image: serjs/go-socks5-proxy:latest container_name: socks5-server restart: unless-stopped env_file: - .env ports: - "0.0.0.0:1080:1080" healthcheck: test: ["CMD", "/socks5", "--help"] interval: 30s timeout: 5s retries: 3 start_period: 10s