deadbeef.codes-publicfilese.../README.md
Steven Polley 9ff635d411
All checks were successful
continuous-integration/drone/push Build is passing
Update readme.md
2019-01-06 17:29:28 -07:00

13 lines
493 B
Markdown

# deadbeef.codes-publicfileserver
Serves files to the public, static content host from /data/public.
This is meant to be a spot for non-changing content, to host files to allow me to share with others. In most cases it'll be best practice to keep project-related files within the project directory and serve public static content from a webserver within that project.
## Usage
```shell
git clone https://deadbeef.codes/steven/deadbeef.codes-publicfileserver.git
docker-compose up -d
```