0
0
1
| 1 | services: |
| 2 | easytier: |
| 3 | # 国内用户可以使用 daocloud.io 镜像 |
| 4 | # image: m.daocloud.io/docker.io/easytier/easytier:latest |
| 5 | image: easytier/easytier:latest |
| 6 | hostname: tencentcloud |
| 7 | container_name: easytier |
| 8 | labels: |
| 9 | com.centurylinklabs.watchtower.enable: 'true' |
| 10 | restart: unless-stopped |