This repository has been archived on 2023-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
max/roles/radicale/files/docker-compose.yml

12 lines
270 B
YAML
Raw Normal View History

2022-12-14 20:35:59 +00:00
version: '3'
services:
radicale:
restart: always
image: mailu/radicale:1.9
ports:
- '0.0.0.0:5232:5232'
volumes:
- /data/radicale:/var/lib/radicale
- /apps/radicale/config:/radicale
command: radicale -S -C /radicale/radicale.conf