Skip to content

Commit b66926f

Browse files
authored
Update PostgreSQL password in docker-compose
1 parent 4a85ece commit b66926f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
ports:
4343
- 5432:5432
4444
environment:
45-
- POSTGRES_PASSWORD=090271jd
45+
- POSTGRES_PASSWORD=API_TOKEN
4646
volumes:
4747
- postgres_data:/var/lib/postgresql/data
4848
expose:

0 commit comments

Comments
 (0)