diff --git a/README.md b/README.md index 3facd45..25780b6 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ $ docker run --name rosariosisdb -d postgres $ docker run -e "ROSARIOSIS_ADMIN_EMAIL=admin@example.com" -e "PGHOST=rosariosisdb" -h `hostname -f` -d -p 80:80 --name rosariosis --link rosariosisdb:rosariosisdb rosariosis ``` +Setup database: ```bash $ docker exec -it rosariosisdb /bin/bash # psql -h localhost -p 5432 -U postgres @@ -79,3 +80,4 @@ RosarioSIS will attempt to send mail via the host's port 25. In order for this t mynetworks = 192.168.0.0/16 172.16.0.0/12 10.0.0.0/8 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 ``` +Note: alternatively, you can use the [Email SMTP](https://www.rosariosis.org/email-smtp-plugin/) plugin for RosarioSIS.