YOURLS Docker Image
You can generate $COOKIE_KEY with pwgen 40 1.
---
version: "3"
services:
yourls:
image: supersandro2000/yourls
environment:
- ADMIN_PASSWORD=PASSWORD # See https://github.com/YOURLS/YOURLS/wiki/Username-Passwords
- COOKIE_KEY=super_secret # pwgen 40 1
- DOMAIN=yourls.example.com
- DB_HOST=db_yourls
- DB_NAME=yourls
- DB_PASSWORD=secret_password
- DB_USER=yourls
restart: unless-stopped
Content type
Image
Digest
sha256:633b7e981…
Size
142.7 MB
Last updated
over 3 years ago
docker pull supersandro2000/yourls