File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
website/docs/applications/other Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ piwigo_data_directory: "{{ docker_home }}/piwigo/data"
88piwigo_photos : " {{ photos_root }}/piwigo"
99
1010# uid / gid
11- piwigo_user_id : " 0 "
12- piwigo_group_id : " 0 "
11+ piwigo_user_id : " 1000 "
12+ piwigo_group_id : " 1000 "
1313piwigo_mysql_user : " piwigo"
1414piwigo_mysql_password : " piwigo"
1515piwigo_mysql_root_password : " piwigo"
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ Optional configurations:
2323- Set ` piwigo_mysql_root_password ` in ` inventories/<your_inventory>/group_vars/nas.yml ` before installing Piwigo, this defaults to "piwigo".
2424
2525- On first run you'll need to enter database details:
26- - Host: ` db:3306 `
27- - Username: the value of piwigo_mysql_user, defaults to " piwigo"
28- - Password: the value of piwigo_password, defaults to " piwigo"
26+ - Host: ` piwigo-db `
27+ - Username: the value of piwigo_mysql_user, defaults to ` piwigo `
28+ - Password: the value of piwigo_password, defaults to ` piwigo `
2929 - Database Name: ` piwigo `
3030 - Database tables prefix: should be prefilled with ` piwigo_ `
You can’t perform that action at this time.
0 commit comments