services:
lucky:
image: gdy666/lucky
container_name: lucky
volumes:
- ./data:/goodluck
network_mode: host
restart: always
访问:ip+端口16601
services:
lucky:
image: gdy666/lucky
container_name: lucky
volumes:
- ./data:/goodluck
network_mode: host
restart: always
访问:ip+端口16601
评论区