mirror of
https://github.com/simple-login/app.git
synced 2026-03-14 15:00:36 +08:00
no need to bind 7777 port for init_app
This commit is contained in:
parent
cf016caa91
commit
88bf608cf4
1 changed files with 0 additions and 1 deletions
|
|
@ -148,7 +148,6 @@ sudo docker run --rm \
|
|||
-v $(pwd)/simplelogin.env:/code/.env \
|
||||
-v $(pwd)/dkim.key:/dkim.key \
|
||||
-v $(pwd)/dkim.pub.key:/dkim.pub.key \
|
||||
-p 7777:7777 \
|
||||
--network="sl-network" \
|
||||
simplelogin/app:3.0.1 python init_app.py
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue