Update wordpress-fpm.subdomain.conf.sample

Correct DB location in example.
This commit is contained in:
foxy82 2022-07-27 17:45:33 +01:00 committed by GitHub
commit 98494544df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@
# - MYSQL_USER=wordpress_db_user
# - MYSQL_PASSWORD=wordpress_db_password # CHANGE THIS
# volumes:
# - ./db-data:/var/lib/mysql
# - ./db-data:/config
# restart: unless-stopped
#
# wordpress: