-
Notifications
You must be signed in to change notification settings - Fork 39
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
Missing Docker Compose? #397
Comments
I used this: version: "3" services: sliding-proxy: sliding-postgres: volumes: networks: |
You might want to add your example in a markdown code block. Anyhow. I think such an example should be added to the git repo. |
I needed to convert the instructions to docker-compose too. Here's the formatted version of the above comment, with some typos corrected and deprecated
|
Thanks. Create a PR Plz ;) |
I'm using Docker Compose v3 with Synapse (
matrixdotorg/synapse
) as well.I think it would be very valuable to provide an example docker compose for sliding sync Docker image. Allowing server admins to easily get sliding-sync up and running.
My proposal is to just add an example compose yaml file to the git repo.
The text was updated successfully, but these errors were encountered: