Skip to content

Commit

Permalink
Change uid and gid to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
darshitpp committed Jun 25, 2024
1 parent 5ee8109 commit a2cc254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/piwigo/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ piwigo_data_directory: "{{ docker_home }}/piwigo/data"
piwigo_photos: "{{ photos_root }}/piwigo"

# uid / gid
piwigo_user_id: "1"
piwigo_group_id: "1"
piwigo_user_id: "1000"
piwigo_group_id: "1000"
piwigo_mysql_user: "piwigo"
piwigo_mysql_password: "piwigo"
piwigo_mysql_root_password: "piwigo"
Expand Down

0 comments on commit a2cc254

Please sign in to comment.