Skip to content

Commit 7f78a31

Browse files
committed
chore: Fix docker-compose file
1 parent b2384eb commit 7f78a31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ services:
1313
image: postgres
1414
environment:
1515
POSTGRES_USER: root
16+
POSTGRES_PASSWORD: "YourStrong!Passw0rd"
1617
volumes:
1718
- postgres-socket:/var/run/postgresql
1819
ports:
1920
- "5432:5432"
2021

2122
workspace:
2223
container_name: workspace
23-
image: ghcr.io/r-dbi/RPostgres:main
24+
image: ghcr.io/r-dbi/rpostgres:main
2425
platform: linux/amd64
2526
environment:
2627
TESTTHAT_CPUS: 4

0 commit comments

Comments
 (0)