mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Updating readme to remove stripe language
This commit is contained in:
parent
4615949c78
commit
9ea331f06f
1 changed files with 2 additions and 5 deletions
|
@ -57,13 +57,10 @@
|
|||
|
||||
https://localhost
|
||||
|
||||
Create an account. At the end of the account creation process, you
|
||||
will be redirected to https://localhost/profile/stripe_form. Hit
|
||||
the back button a few times, and you will be inside the app.
|
||||
|
||||
Note: If you are using Google Chrome you will be warned that you are using a self signed certificate. In order to get around this warning you must type "thisisunsafe" as per https://dblazeski.medium.com/chrome-bypass-net-err-cert-invalid-for-development-daefae43eb12
|
||||
Note: You will be warned that you are using a self signed certificate. In order to get around this warning you must type "thisisunsafe" as per https://dblazeski.medium.com/chrome-bypass-net-err-cert-invalid-for-development-daefae43eb12
|
||||
|
||||
## Making docker-compose work with your database
|
||||
|
||||
To make docker-compose work with your database, upgrade your local database to the docker-compose version and then volumize the database data path by changing the `./docker/volumes/` part of the volume directive in the service to point to your local database's data directory.
|
||||
|
||||
To make docker-compose work with an older database version, change the image version for the database service in the docker-compose file.
|
||||
|
|
Loading…
Add table
Reference in a new issue