deadbeef.codes-publicfilese.../README.md

13 lines
494 B
Markdown
Raw Normal View History

2019-01-06 03:03:34 +00:00
# deadbeef.codes-publicfileserver
2019-01-07 00:29:28 +00:00
Serves files to the public, static content host from /data/public.
2019-06-15 18:32:51 +00:00
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.
2019-01-06 03:12:27 +00:00
## Usage
```shell
git clone https://deadbeef.codes/steven/deadbeef.codes-publicfileserver.git
docker-compose up -d
```