docs(aio): document arg for auto-restarting the docker container on boot
This commit is contained in:
parent
a4476654aa
commit
b4ec80b21d
|
@ -18,15 +18,14 @@
|
|||
--name <instance-name> \
|
||||
-p 80:80 \
|
||||
-p 443:443 \
|
||||
--restart unless-stopped \
|
||||
[-v <host-cert-dir>:/etc/ssl/localcerts:ro] \
|
||||
-v <host-secrets-dir>:/aio-secrets:ro \
|
||||
-v <host-builds-dir>:/var/www/aio-builds \
|
||||
<name>[:<tag>]
|
||||
`
|
||||
|
||||
|
||||
## 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.
|
||||
|
|
Loading…
Reference in New Issue