Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 1.25 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.25 KB

README

Thumbor is an open-source photo thumbnail service by globo.com

If you like / use this project, please let me known by adding a ★ on the GitHub repository.

Usage

docker run --interactive --publish 8888:8888 --rm --tty timonier/thumbor

It is possible to configure thumbor with environment variables. Check the configuration template for more information.

It is possible to run a container in read-only mode if you mount the following folders:

  • /etc/thumbor.
  • /run.
  • /tmp if you do not change FILE_STORAGE_ROOT_PATH.

Note: /run can be mount as tmpfs. In that case, /run must have flag exec.

docker run --interactive --publish 8888:8888 --read-only --rm --tmpfs /run:exec --tmpfs /tmp --tty --volume /etc/thumbor timonier/thumbor

Links