change volumes

This commit is contained in:
Lorenzo Carbonell 2022-10-26 05:40:47 +02:00
parent e86c5aaf24
commit ca6e19dd04

View File

@ -7,5 +7,9 @@ services:
init: true
restart: always
volumes:
- ./cache:/var/www/shaarli/cache
- ./data:/var/www/shaarli/data
- cache:/var/www/shaarli/cache
- data:/var/www/shaarli/data
volumes:
cache: {}
data: {}