Skip to content

Commit

Permalink
chore: Fix docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 20, 2023
1 parent b2384eb commit 7f78a31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ services:
image: postgres
environment:
POSTGRES_USER: root
POSTGRES_PASSWORD: "YourStrong!Passw0rd"
volumes:
- postgres-socket:/var/run/postgresql
ports:
- "5432:5432"

workspace:
container_name: workspace
image: ghcr.io/r-dbi/RPostgres:main
image: ghcr.io/r-dbi/rpostgres:main
platform: linux/amd64
environment:
TESTTHAT_CPUS: 4
Expand Down

0 comments on commit 7f78a31

Please sign in to comment.