mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 23:34:05 +08:00
Replace 2.0.0 by 2.1.0 in README
This commit is contained in:
parent
6f59e7ea37
commit
096a925460
1 changed files with 4 additions and 4 deletions
|
@ -61,7 +61,7 @@ docker run --name sl -it --rm \
|
|||
-e RESET_DB=true \
|
||||
-e CONFIG=/code/example.env \
|
||||
-p 7777:7777 \
|
||||
simplelogin/app:2.0.0 python server.py
|
||||
simplelogin/app:2.1.0 python server.py
|
||||
```
|
||||
|
||||
Then open http://localhost:7777, you should be able to login with `john@wick.com/password` account!
|
||||
|
@ -477,7 +477,7 @@ sudo docker run --rm \
|
|||
-v $(pwd)/dkim.pub.key:/dkim.pub.key \
|
||||
-v $(pwd)/simplelogin.env:/code/.env \
|
||||
--network="sl-network" \
|
||||
simplelogin/app:2.0.0 flask db upgrade
|
||||
simplelogin/app:2.1.0 flask db upgrade
|
||||
```
|
||||
|
||||
This command could take a while to download the `simplelogin/app` docker image.
|
||||
|
@ -494,7 +494,7 @@ sudo docker run -d \
|
|||
-p 7777:7777 \
|
||||
--restart always \
|
||||
--network="sl-network" \
|
||||
simplelogin/app:2.0.0
|
||||
simplelogin/app:2.1.0
|
||||
```
|
||||
|
||||
Next run the `email handler`
|
||||
|
@ -509,7 +509,7 @@ sudo docker run -d \
|
|||
-p 20381:20381 \
|
||||
--restart always \
|
||||
--network="sl-network" \
|
||||
simplelogin/app:2.0.0 python email_handler.py
|
||||
simplelogin/app:2.1.0 python email_handler.py
|
||||
```
|
||||
|
||||
### Nginx
|
||||
|
|
Loading…
Reference in a new issue