Skip to content

Commit

Permalink
Create locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksymilian-Plywaczyk committed Oct 24, 2023
1 parent 4e66dd4 commit 2d1aef6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test-docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ services:
restart: always
environment:
PGDATA: /data/
POSTGRES_SERVER: postgres
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
LANG: en_US.utf8 # Set the desired locale
volumes:
- ./Smart-Pot-API/database:/data
- ./Smart-Pot-API/data/init.sql:/docker-entrypoint-initdb.d/init.sql
Expand Down

0 comments on commit 2d1aef6

Please sign in to comment.