mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
12 lines
233 B
Plaintext
12 lines
233 B
Plaintext
# Domains & Project
|
|
PREFIX=p1
|
|
WALLABAG_DOMAIN_NAME=wallabag.nickyeoman.com
|
|
|
|
# Passwords
|
|
WALLABAG_MYSQL_ROOT_PASSWORD=ChangeMe2ASecurepass!
|
|
WALLABAG_MYSQL_PASSWORD=Again2ASecurepass!
|
|
|
|
# Software versions
|
|
DB_V=10.4.11
|
|
WALLABAG_V=2.3.8
|