Skip to content

Commit

Permalink
Change db collation to en_GB (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix authored May 6, 2024
1 parent b034b6b commit d1aa5b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dockerize/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ services:
- POSTGRES_USER=${DATABASE_USERNAME:-docker}
- POSTGRES_PASS=${DATABASE_PASSWORD:-docker}
- PASSWORD_AUTHENTICATION=${PASSWORD_AUTHENTICATION:-md5}
- DATADIR=/opt/postgres/data
- DEFAULT_ENCODING=UTF8
- DEFAULT_COLLATION=en_GB.utf8
- DEFAULT_CTYPE=en_GB.utf8
volumes:
- postgres_data:/var/lib/postgresql
- postgres_data:/opt/postgres/data
- ${QGISPLUGINS_BACKUP_VOLUME}:/backups
restart: unless-stopped

Expand Down

0 comments on commit d1aa5b2

Please sign in to comment.