missing volume (#1019)

This commit is contained in:
Vdauphin 2023-11-18 22:10:15 +01:00 committed by GitHub
parent 3ea5c5f929
commit 1627bffd09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ services:
documentation: Taken from https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/apache/docker-compose.yml
image: redis:$$cap_redis_version
restart: always
volumes:
- $$cap_appname-redis-data:/data
caproverExtra:
notExposeAsWebApp: 'true'
$$cap_appname: