Files
wordpress_docker/example.env
2026-02-12 17:38:03 +01:00

8 lines
212 B
Bash

MYSQL_ROOT_PASSWORD=$( openssl rand -hex 16 )
MYSQL_DATABASE=wordpress
MYSQL_USER=wordpress
MYSQL_PASSWORD=$( openssl rand -hex 16 )
WP_PORT=8080
STATIC_PORT=8081
BACKUP_SCHEDULE=0 2 * * *
BACKUP_RETENTION_DAYS=7