Skip to content

Commit cd8bbaf

Browse files
committed
fix: use public docker.io image in docker-compose for local dev
docker-compose.yml is for local development, so it should use docker.io/constructiveio/postgres-plus:18 (publicly accessible) instead of ghcr.io (requires GitHub keys).
1 parent 97cec15 commit cd8bbaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
postgres:
33
container_name: postgres
4-
image: ghcr.io/constructive-io/docker/postgres-plus:18
4+
image: docker.io/constructiveio/postgres-plus:18
55
environment:
66
- POSTGRES_USER=postgres
77
- POSTGRES_PASSWORD=password

0 commit comments

Comments
 (0)