Skip to content

Commit

Permalink
Various enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFrenchGhosty committed May 3, 2024
1 parent e6db5c3 commit ea9fa92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ This image mostly exist for the [PussTheCat.org](https://pussthecat.org/) [insta

- Download (or copy the content of) the `docker-compose.yml`
- Download (or copy the content of) the `config.toml` from this repository, or from upstream: https://github.com/syeopite/priviblur/blob/master/config.example.toml
- Customize the `config.toml` file how you want
- Customize the `config.toml` file how you want (Note: under uncomment every functions under cache and set url to `"redis://priviblur-redis:6379"`)
- Move both files to the folder you want
- `docker-compose up -d`
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ services:
volumes:
- ./config.toml:/priviblur/config.toml:Z,ro

priviblur-redis:
# Redis is technically optional but is used for caching
priviblur-redis:
image: redis:6.2-alpine
container_name: priviblur-redis
command: redis-server --loglevel warning
Expand Down

0 comments on commit ea9fa92

Please sign in to comment.