Fix permission issues

This commit is contained in:
Ajay Ramachandran 2021-04-18 04:49:05 +02:00
parent 77a4c2fe34
commit 058c05a1f7
2 changed files with 11 additions and 7 deletions

View file

@ -7,9 +7,9 @@ services:
- database.env
volumes:
- database-data:/var/lib/postgresql/data
- ./database-export/:/opt/exports
- ./database-export/:/opt/exports # To make this work, run chmod 777 ./database-exports
ports:
- 127.0.0.1:5432:5432
- 5432:5432
redis:
container_name: redis
image: redis
@ -17,7 +17,7 @@ services:
volumes:
- ./redis/redis.conf:/usr/local/etc/redis/redis.conf
ports:
- 127.0.0.1:32773:6379
- 32773:6379
volumes:
database-data:
database-data: