Precise rosariosis image source

This commit is contained in:
François Jacquet 2022-03-07 21:54:14 +01:00
parent 8813bcd8ea
commit 7f745c5f0c
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ postgres=# \q
exit
```
Run RosarioSIS and link the PostgreSQL container:
Run RosarioSIS (DockerHub image) and link the PostgreSQL container:
```bash
sudo 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/rosariosis:master
```