chore: update docker-compose.yml for new db image

This commit is contained in:
Nicolas Giard 2023-04-18 16:34:55 -04:00 committed by GitHub
parent 9f5dae361f
commit 03ae3f809f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ services:
# (Adding the "ports" property to this file will not forward from a Codespace.)
db:
image: ghcr.io/ietf-tools/datatracker-db-pg:latest
image: ghcr.io/ietf-tools/datatracker-db:latest
# build:
# context: ..
# dockerfile: docker/db.Dockerfile