mirror of
https://github.com/linuxserver/docker-piwigo.git
synced 2025-04-19 10:54:42 -04:00
complete readme template
This commit is contained in:
parent
f4f591956e
commit
a5673e0092
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ It is based on phusion-baseimage with ssh removed, for shell access whilst the c
|
|||
Part of what makes our containers work so well is by allowing you to specify your own `PUID` and `PGID`. This avoids nasty permissions errors with relation to data volumes (`-v` flags). When an application is installed on the host OS it is normally added to the common group called users, Docker apps due to the nature of the technology can't be added to this group. So we added this feature to let you easily choose when running your containers.
|
||||
|
||||
## Setting up the application
|
||||
|
||||
You must create a user and database for piwigo to use in a mysql/mariadb server. In the setup page for database, use the ip address rather than hostname...
|
||||
|
||||
A basic apache configuration file can be found in /config/apache/site-confs , edit the file to enable ssl (port 443 by default), set servername etc..
|
||||
Self-signed keys are generated the first time you run the container and can be found in /config/keys , if needed, you can replace them with your own.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue