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 9fa9514 + 7f82ef4 commit 353806fCopy full SHA for 353806f
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