diff --git a/hastebin/Dockerfile b/hastebin/Dockerfile index 4a75908..015298b 100644 --- a/hastebin/Dockerfile +++ b/hastebin/Dockerfile @@ -16,4 +16,6 @@ RUN chmod 755 app.sh EXPOSE 7777 +ENV STORAGE_TYPE file + CMD [ "./app.sh" ] diff --git a/hastebin/README.md b/hastebin/README.md index 18a87db..855738c 100644 --- a/hastebin/README.md +++ b/hastebin/README.md @@ -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: ```