-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added ducks.party instance, set hostname for redis container #36
Conversation
docker-compose.yml
Outdated
@@ -14,6 +14,7 @@ services: | |||
priviblur-redis: | |||
image: redis:6.2-alpine | |||
container_name: priviblur-redis | |||
hostname: redis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't do that.
config.example.toml
Outdated
@@ -22,7 +22,8 @@ | |||
# Ignore to disable the cache | |||
# | |||
# [cache] | |||
# url = | |||
# If you are using Docker Compose, set the URL to the Redis container like this: | |||
# url = "redis://redis:6379" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# url = "redis://redis:6379" | |
# url = "redis://priviblur-redis:6379" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove the docker and config changes? I'll be merging this alongside #37 which implements the changes here and then some.
@nyuuzyou Your instance is more than a month out of date! Please update it or I'll have to remove it from the instance list. |
No description provided.