diff --git a/aio/aio-builds-setup/docs/NOTES.md b/aio/aio-builds-setup/docs/NOTES.md index 59c8d68de8..a75289ec7e 100644 --- a/aio/aio-builds-setup/docs/NOTES.md +++ b/aio/aio-builds-setup/docs/NOTES.md @@ -18,15 +18,14 @@ --name \ -p 80:80 \ -p 443:443 \ + --restart unless-stopped \ [-v :/etc/ssl/localcerts:ro] \ -v :/aio-secrets:ro \ -v :/var/www/aio-builds \ [:] ` + ## Questions - Do we care to keep logs (e.g. cron, nginx, aio-upload-server, aio-clean-up, pm2) outside of the container? - Instead of creating new comments for each commit, update the original comment? -- Do we want to drop HTTP support (and/or redirect to HTTPS)? -- When re-running a Travis job build that has previous succeeded for AIO, it will not be able to - deploy and fail.