TylerWasniowski / WritersUnblocked

A collaborative story writing platform written in Elixir using the Phoenix framework.
MIT License
2 stars 0 forks source link

Remove iptables-persist app from Google Cloud Platform #8

Open TylerWasniowski opened 6 years ago

Apelsin commented 6 years ago

in production docker-compose.yml, please make sure to change

ports
    - "4000:4000"

to

ports
    - "4000:80"

then run sudo docker-compose restart with the same pwd as the docker-compose.yml file