fix radicale container directory
This commit is contained in:
parent
6373bd7ac1
commit
16866e54ec
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
image: mailu/radicale:1.9
|
image: mailu/radicale:1.9
|
||||||
volumes:
|
volumes:
|
||||||
- /data/radicale:/var/lib/radicale
|
- /data/radicale:/data
|
||||||
- /apps/radicale/config:/radicale
|
- /apps/radicale/config:/radicale
|
||||||
command: radicale -S -C /radicale/radicale.conf
|
command: radicale -S -C /radicale/radicale.conf
|
||||||
networks:
|
networks:
|
||||||
|
|
Reference in a new issue