Skip to content
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

Documentation on how to start with memcached enabled when using docker compose #3019

Closed
jbwl opened this issue May 7, 2024 · 2 comments
Closed

Comments

@jbwl
Copy link

jbwl commented May 7, 2024

There is no documentation on how to enable memcached on the docker image when starting via docker compose

@dranikpg
Copy link
Contributor

dranikpg commented May 7, 2024

Just modify command in your compose file

dragonfly:
  command: dragonfly --memcached_port=11211 ...etc..

don't forget to expose that port 🤓

@jbwl
Copy link
Author

jbwl commented May 7, 2024

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants