Skip to content

Commit

Permalink
Readme file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramtamtam committed Jul 16, 2020
1 parent a040c91 commit 090767b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Name | Description
Execute in your shell:

```bash
$ docker run --rm -p "8082:8080" tarampampam/error-pages:1.2.0
$ docker run --rm -p "8082:8080" tarampampam/error-pages:1.3.0
```

And open in your browser `http://127.0.0.1:8082/ghost/400.html`.
Expand Down Expand Up @@ -106,7 +106,7 @@ FROM nginx:1.18-alpine
COPY --chown=nginx \
./nginx.conf /etc/nginx/conf.d/default.conf
COPY --chown=nginx \
--from=tarampampam/error-pages:1.2.0 \
--from=tarampampam/error-pages:1.3.0 \
/opt/html/ghost /usr/share/nginx/errorpages/_error-pages
```

Expand All @@ -121,7 +121,7 @@ version: '3.4'

services:
error-pages:
image: tarampampam/error-pages:1.2.0
image: tarampampam/error-pages:1.3.0
environment:
TEMPLATE_NAME: l7-dark
networks:
Expand Down

0 comments on commit 090767b

Please sign in to comment.