Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Fix image descriptions and links
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Jul 19, 2016
1 parent 5278d95 commit 6a2bdf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.dist.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ The images for the application containers are built from the Dockerfiles in
the `docker` directory.

- The [backend image](docker/web/backend/Dockerfile) extends the official
[`nginx`](https://hub.docker.com/_/nginx/) image.
- The [frontend image](docker/web/backend/Dockerfile) extends the official
[`php-fpm`](https://hub.docker.com/_/php/) image.
- The [frontend image](docker/web/frontend/Dockerfile) extends the official
[`nginx`](https://hub.docker.com/_/nginx/) image.

## Helpers

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ the `docker` directory so that you can modify them as needed for your
application.

- The [backend image](docker/web/backend/Dockerfile) extends the official
[`nginx`](https://hub.docker.com/_/nginx/) image.
- The [frontend image](docker/web/backend/Dockerfile) extends the official
[`php-fpm`](https://hub.docker.com/_/php/) image.
- The [frontend image](docker/web/frontend/Dockerfile) extends the official
[`nginx`](https://hub.docker.com/_/nginx/) image.

## Helpers

Expand Down

0 comments on commit 6a2bdf3

Please sign in to comment.