Skip to content

Commit

Permalink
documentation update.
Browse files Browse the repository at this point in the history
  • Loading branch information
wjc-van-es committed Oct 9, 2023
1 parent 51f8f3e commit 6d3df84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catalog-service/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- '5432:5432'
volumes:
- polar-postgres:/var/lib/postgresql/data
image: 'postgres:15.3'
image: 'postgres:15.4'

volumes:
polar-postgres:
2 changes: 1 addition & 1 deletion doc/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ system and will yield repeatable and consistent results.
At [https://www.composerize.com/](https://www.composerize.com/) we can convert a docker run command in a
`docker-compose.yml` file as a starting point to use docker compose.

We can find the result in [../Chapter02/02-oo/catalog-service-02/docker-compose.yml](../Chapter02/02-oo/catalog-service-02/docker-compose.yml).
We can find the result in [../catalog-service/docker-compose.yml](../catalog-service/docker-compose.yml).

## Adding a chapter suffix to our application name will change the name of our image
As we add n-oo directories for our own development building experiments, and we could get a clash between
Expand Down

0 comments on commit 6d3df84

Please sign in to comment.