My GitHub Mirror of docker_deployment_notes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# General |
|
MY_DOMAIN=example.com |
|
DOCKER_MY_NETWORK=caddy_net |
|
|
|
# Wordpress |
|
DB_USER=wordpress |
|
DB_PASS=wordpresspass |
|
DB_NAME=wordpress |
|
DB_ROOT_PASS=rootpass
|
|
|