We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19f253c + 87bde21 commit 7f82ef4Copy full SHA for 7f82ef4
docker-compose.yml
@@ -3,10 +3,12 @@ version: "3"
3
services:
4
db:
5
image: postgres:13
6
+ command: -c config_file=/etc/postgresql/postgresql.conf
7
env_file:
8
- docker.env
9
volumes:
10
- db_data:/var/lib/postgresql/data/
11
+ - ./etc/postgresql/postgresql.conf:/etc/postgresql/postgresql.conf
12
13
vulnerablecode:
14
build: .
0 commit comments