-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running Grocy-Docker on AWS #95
Comments
Thanks @verginer! Good news: this part of the process is now documented in a |
Thanks @jayaddison for including this in the tutorial :). To avoid having warnings of self signed certificates it might be necessary to use letsencrypt to get an accepted certificate. I am not an expert on this matter, but I will experiment with it. |
If anyone wants/attempts to run grocy on AWS as a docker image this is an important point.
For the docker port to be visible outside the EC2 instance, beyond setting up the correct Security Groups (i.e., HTTP and HTTPS), it is necessary to change the "localhost" ip to
0.0.0.0
.Change in
docker-compose.yml
thisto this
Hope this helps someone :)
IMPORTANT UPDATE: Note that by doing this you expose your instance to the public internet, where anyone can access it. Be sure to follow best practice. e.g. set strong passwords, be aware that by using HTTP your traffic is unencrypted.
The text was updated successfully, but these errors were encountered: