Update Docker-Guide.md

Removed the ssh port forwarding info
This commit is contained in:
Alexander Terczka 2017-10-27 01:54:55 +02:00 committed by GitHub
parent 3789996bf8
commit 0eeb940818
1 changed files with 0 additions and 4 deletions

View File

@ -65,10 +65,6 @@ If you wish to run this as a daemon process instead of monitoring it on console,
Then you may login to your new Mastodon instance by browsing to http://localhost:3000/ Then you may login to your new Mastodon instance by browsing to http://localhost:3000/
If your docker server is not on your local computer you may ssh to the docker first using this command:
ssh user@your-server -L 3000:localhost:3000
If you set `LOCAL_HTTPS` to true before, you have to prepare your TLS nginx first [production guide](Production-guide.md) because connecting to port 3000 redirects you to HTTPS. If you set `LOCAL_HTTPS` to true before, you have to prepare your TLS nginx first [production guide](Production-guide.md) because connecting to port 3000 redirects you to HTTPS.
Following that, make sure that you read the [production guide](Production-guide.md). You are probably going to want to understand how Following that, make sure that you read the [production guide](Production-guide.md). You are probably going to want to understand how