我常用的一些基于docker安装的app
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
244B

  1. version: '3'
  2. services:
  3. radicale:
  4. build: ./radicale
  5. image: radicale
  6. ports:
  7. - 5232:5232
  8. deploy:
  9. placement:
  10. constraints: [node.role == manager]
  11. volumes:
  12. - radicale:/home/radicale
  13. volumes:
  14. radicale: