fix README to point to Docker hub
This commit is contained in:
parent
f173621032
commit
cc2107819f
@ -16,8 +16,8 @@ docker build -t rosariosis .
|
|||||||
RosarioSIS uses a Postgres database:
|
RosarioSIS uses a Postgres database:
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
$ docker create --name rosariodb postgres:9.4
|
$ docker run --name rosariodb -d postgres:9.4
|
||||||
$ docker run -d -p 80:80 --link rosariodb:rosariodb rosariosis
|
$ docker run -d -p 80:80 --link rosariodb:rosariodb larryprice/docker-rosario
|
||||||
```
|
```
|
||||||
|
|
||||||
Port 80 will be exposed, so you can visit `localhost` to get started. The default username is `admin` and the default password is `admin`.
|
Port 80 will be exposed, so you can visit `localhost` to get started. The default username is `admin` and the default password is `admin`.
|
||||||
|
Loading…
Reference in New Issue
Block a user