no need to bind 7777 port for init_app

This commit is contained in:
Son NK 2020-04-18 11:56:27 +02:00
parent cf016caa91
commit 88bf608cf4
1 changed files with 0 additions and 1 deletions

View File

@ -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