droppyjs / droppy

Self-hosted file storage
BSD 2-Clause "Simplified" License
104 stars 12 forks source link

Docker Install #99

Closed Northwave closed 1 month ago

Northwave commented 1 month ago

Hi, when will be the Docker install available again ?

markhughes commented 1 month ago

What issue do you have?

Northwave commented 1 month ago

I cant find the current docker container, also the manual here mentions that its currently broken

Edit: seems like the manual was updated

markhughes commented 1 month ago

Hey, sorry about that. The README was outdated. I have updated it now

There is a sample composer file here: https://github.com/droppyjs/droppy/blob/canary/examples/docker-compose.yml

You can use FROM ghcr.io/droppyjs/droppy to grab the image.

Hope that helps