Skip to content

Commit 1aec019

Browse files
authored
Merge pull request #713
Fix Piwigo startup and docs for #614
2 parents 8178085 + a2cc254 commit 1aec019

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

roles/piwigo/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ piwigo_data_directory: "{{ docker_home }}/piwigo/data"
88
piwigo_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"
1313
piwigo_mysql_user: "piwigo"
1414
piwigo_mysql_password: "piwigo"
1515
piwigo_mysql_root_password: "piwigo"

website/docs/applications/other/piwigo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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_`

0 commit comments

Comments
 (0)