Add example docker-compose
Some checks are pending
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-01-05 20:12:27 -07:00
parent 43adaf56b9
commit 625e893c16
2 changed files with 16 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
# deadbeef.codes-publicfileserver
Serves files to the public, static content host, etc.
Serves files to the public, static content host from /data/public
## Usage
```shell
git clone https://deadbeef.codes/steven/deadbeef.codes-publicfileserver.git
docker-compose up -d
```