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

Add SQLite set up docs #3568

Merged
merged 12 commits into from
Oct 19, 2023
Prev Previous commit
Next Next commit
update pr
  • Loading branch information
Fashander committed Oct 18, 2023
commit ebc95070aace662e80e13bca44550654b8f68709
5 changes: 2 additions & 3 deletions website/docs/quickstart-guide/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,10 @@ The following steps describe the setup for SQLite:
restart: on-failure
ports:
- 27017:27017
volumes:
- ./state:/state
environment:
- FERRETDB_HANDLER=sqlite
- FERRETDB_SQLITE_URL=file:/state/
volumes:
- ./state:/state

networks:
default:
Expand Down
Loading