mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
13 lines
255 B
Plaintext
13 lines
255 B
Plaintext
# Domains & Project
|
|
PREFIX=p1
|
|
YOURLS_DOMAIN_NAME=yourls.nickyeoman.com
|
|
|
|
# Passwords
|
|
YOURLS_MYSQL_ROOT_PASSWORD=ChangeMe2ASecurepass!
|
|
YOURLS_MYSQL_PASSWORD=Again2ASecurepass!
|
|
YOURLS_USER=username
|
|
YOURLS_PASS=Password4urls
|
|
|
|
# Software versions
|
|
DB_V=10.4.11
|