Skip to content

Instantly share code, notes, and snippets.

@robbietree8
Last active July 4, 2024 03:04
easydarwin-docker-compose.yml
services:
easydarwin:
image: registry.cn-hangzhou.aliyuncs.com/github-dockerhub/easydarwin:latest
container_name: easydarwin
environment:
- CLOSE_OLD=1
network_mode: host
privileged: true
restart: "on-failure"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment