installing docker image on fly io server #4565
Replies: 1 comment 1 reply
-
Fly.io will automatically spin down the server and scale down to zero to save on costs. Look at your fly.toml and set the minimum machine count to 1 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I spent some time playing with a local install of the app and I really like it, so now I'm attempting to install it on a fly server so I can access it when I'm out of the house and struggling to get it to stay persistent.
I pulled the docker image and then ran the command
`fly launch --no-deploy -i zadam/trilium
I then edited the fly toml to give the app a persistent volume, if I navigate to the apps url it launches fine and I can setup the app but if i leave and come back the app is reset.
My google skills have failed me and I'm not sure what command I'm missing to make the app persistent. is anyone able to point me in the right direction?
Beta Was this translation helpful? Give feedback.
All reactions