How to set self-hosed Plausible to boot on startup? #818
Answered
by
Vigasaurus
steveharman
asked this question in
Self-Hosted Support
-
This is more of a Docker question, but I'm not a Docker expert. ;-) • Ubuntu 18.0.4 How would I get my server to automatically launch Plausible [detached] when it gets rebooted please? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
Vigasaurus
Mar 9, 2021
Replies: 1 comment 2 replies
-
Set See: https://docs.docker.com/compose/compose-file/compose-file-v3/#restart |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
metmarkosaric
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Set
restart: unless-stopped
(or always, if you'd like) in your docker compose, for all the services.See: https://docs.docker.com/compose/compose-file/compose-file-v3/#restart