소스 검색

Run update.sh

Docker Library Bot 7 년 전
부모
커밋
3c02e8afe4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      postgres/README.md

+ 1 - 1
postgres/README.md

@@ -247,7 +247,7 @@ Since database initialization only happens on container startup, this allows us
 
 There are many ways to set PostgreSQL server configuration. For information on what is available to configure, see the postgresql.org [docs](https://www.postgresql.org/docs/current/static/runtime-config.html) for the specific version of PostgreSQL that you are running. Here are a few options for setting configuration:
 
--	Use a custom config file. Create a config file and get it into the container. If you need a starting place for your config file you can use the sample provided by PostgreSQL which is available in the container at `/usr/share/postgresql/postgresql.conf.sample`.
+-	Use a custom config file. Create a config file and get it into the container. If you need a starting place for your config file you can use the sample provided by PostgreSQL which is available in the container at `/usr/share/postgresql/postgresql.conf.sample` (`/usr/local/share/postgresql/postgresql.conf.sample` in Alpine variants).
 
 	-	**Important note:** you must set `listen_addresses = '*'`so that other containers will be able to access postgres.