chore: update docker-compose.yml for new db image
This commit is contained in:
parent
9f5dae361f
commit
03ae3f809f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue