fix: custom project name keeping fixed docker-compose file

This commit is contained in:
2026-03-22 19:49:06 -03:00
parent 4bfd8d5065
commit 48fd25a991
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@ DB_HOST=db
DB_USER=wordpress
DB_NAME=wordpress
DB_PASS=mysecretpassword
WPSTACK_PROJECT_NAME=wpstack-example # rename your project
WPSTACK_ADMIN_EMAIL=contato@example.com # use a valid email
WPSTACK_PROTOCOL=https
WPSTACK_DOMAIN=localhost