Simple Docker container for YOURLS.
Available on Docker Hub as pavlov/yourls.
$ docker run \
-e YOURLS_DB_USER=root \
-e YOURLS_DB_PASS=supersecureyo \
-e YOURLS_DB_NAME=yourls \
-e YOURLS_DB_HOST=localhost \
-e YOURLS_DB_PREFIX=yourls_ \
-e YOURLS_SITE=http://pvlv.io \
-e YOURLS_COOKIEKEY=evenmoresecure \
-e YOURLS_USERS=adminusername:adminpassword \
-it pavlov/yourls
The server will be listening on port 80. You'll need to set up a MariaDB/MySQL instance before getting started. Check out config.php for a few more configuration options. Define a /root
short-link to set the root redirect.
$ make build
$ make push
YOURLS is released under the MIT license. This Docker image is released under the BSD 3-Clause license.
This image is inspired by tsgoff/docker-yourls and fauzanariffin/docker-yourls. Thanks for being awesome. :)