1
0
mirror of https://github.com/rlister/dockerfiles.git synced 2025-12-12 17:26:15 +00:00

Merge pull request #7 from InAnimaTe/default_file_storage

Set default STORAGE_TYPE to file
This commit is contained in:
Ric Lister
2017-03-10 21:30:40 -05:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -16,4 +16,6 @@ RUN chmod 755 app.sh
EXPOSE 7777
ENV STORAGE_TYPE file
CMD [ "./app.sh" ]

View File

@@ -11,6 +11,8 @@ See `app.sh` for variable names.
## Example use
> `STORAGE_TYPE` is set to `file` by default so you can quickly be up and running!
Writing pastes to a mounted local volume:
```