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:
@@ -16,4 +16,6 @@ RUN chmod 755 app.sh
|
||||
|
||||
EXPOSE 7777
|
||||
|
||||
ENV STORAGE_TYPE file
|
||||
|
||||
CMD [ "./app.sh" ]
|
||||
|
||||
@@ -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:
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user