Skip to content

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
x86dev committed Nov 8, 2017
1 parent e67ffa2 commit 5a438ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@ Just start up a new database container:
Next, run the actual TT-RSS instance by doing a:

```bash
# docker run -d --link $DB:db -p 8888:8080 --name ttrss x86dev/docker-ttrss
# docker run -d --link $DB:db -e TTRSS_PORT=8080 --name ttrss x86dev/docker-ttrss
```

Running this command for the first time will download the image automatically.


## Accessing your Tiny Tiny RSS (TT-RSS)

The above example exposes the TT-RSS web interface on port 8888 (http), so that you can browse to:
The above example exposes the TT-RSS web interface on port 8080 (http / unencrypted), so that you can browse to:

```bash
http://localhost:8888
http://localhost:8080
```

The default login credentials are:
Expand Down Expand Up @@ -117,7 +117,7 @@ This is particular useful for your initial database setup, as errors get reporte
the console and further execution will halt.

```bash
# docker run -it --link ttrss-data:db --name ttrss x86dev/docker-ttrss
# docker run -it -e TTRSS_PORT=8080 --link ttrss-data:db --name ttrss x86dev/docker-ttrss
```

### Database configuration
Expand Down

0 comments on commit 5a438ac

Please sign in to comment.