Skip to content

Commit

Permalink
Docker: psql standard_conforming strings off
Browse files Browse the repository at this point in the history
Add setting to config with bind mounts
  • Loading branch information
stsnel authored and lwesterhof committed Feb 29, 2024
1 parent a855a74 commit 2782c67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker/compose-with-bind-mounts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ services:
platform: linux/amd64
hostname: db.yoda
image: postgres:15
command: postgres -c standard_conforming_strings=off
environment:
- POSTGRES_DB=ICAT
- POSTGRES_USER=irodsdb
Expand Down
2 changes: 1 addition & 1 deletion docker/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
platform: linux/amd64
hostname: db.yoda
image: postgres:15
command: postgres -c standard_conforming_strings=off
command: postgres -c standard_conforming_strings=off
environment:
- POSTGRES_DB=ICAT
- POSTGRES_USER=irodsdb
Expand Down

0 comments on commit 2782c67

Please sign in to comment.