mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-05-11 18:36:17 +02:00
Fix permission issues
This commit is contained in:
parent
77a4c2fe34
commit
058c05a1f7
2 changed files with 11 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue