Docker compose #2
-
|
I have to say I really like folderhost. I'm running it on 3 different servers. I'm running it standalone currently, but would like to start using it in docker. Is it possible to run it with a docker compose file? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Yes, you can! Just follow the instructions included in any of the releases. Simply pull the image: After that, download or copy the content of the docker-compose.prod.yml file. Then, run this command to start it: I didn't add the instruction how to start it using docker compose file, but it exists. Currently I'm working on the project's documentation website, and I'll add a proper guide after that 😀. Also thanks for your feedback! |
Beta Was this translation helpful? Give feedback.
I think this should work. Please, create some backups in first try. That way you can use /mnt directory to access your files. You will need root privileges because only root users can access /mnt directory. If you see a folder named /host in folderhost_data volume don't use it! Use only /mnt/NAS/folderhost_hostdir to access host directory, b…