mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-14 07:27:01 +03:00
Fix permission issues
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user