docker / docs

Source repo for Docker's Documentation
https://docs.docker.com
Apache License 2.0
4.14k stars 7.16k forks source link

Incorrect path for reference to database system property #20615

Open DylanGoodman60 opened 1 month ago

DylanGoodman60 commented 1 month ago

Is this a docs issue?

Type of issue

Information is incorrect

Description

When modifying the ENTRYPOINT instruction in the docker-compose.yaml file the documentation specifies looking to:

spring-petclinic/src/resources/db/postgres/petclinic_db_setup_postgres.txt.

This directory does not exist. It should be:

spring-petclinic/src/main/resources/db/postgres/petclinic_db_setup_postgres.txt.

Location

https://docs.docker.com/language/java/develop/

Suggestion

No response

aksaswadkar commented 1 month ago

I can work on this