chore: point datatracker dev db image to nightly github package

[skip ci]
This commit is contained in:
Nicolas Giard 2022-03-04 15:18:27 -05:00 committed by GitHub
parent 50c64ffe6d
commit 0286af342a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,10 +39,10 @@ services:
# (Adding the "ports" property to this file will not forward from a Codespace.) # (Adding the "ports" property to this file will not forward from a Codespace.)
db: db:
# image: ghcr.io/ngpixel/datatracker-db:nightly-20211208 image: ghcr.io/ietf-tools/datatracker-db:latest
build: # build:
context: .. # context: ..
dockerfile: docker/db.Dockerfile # dockerfile: docker/db.Dockerfile
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- mariadb-data:/var/lib/mysql - mariadb-data:/var/lib/mysql
@ -65,4 +65,4 @@ services:
# (Adding the "ports" property to this file will not forward from a Codespace.) # (Adding the "ports" property to this file will not forward from a Codespace.)
volumes: volumes:
mariadb-data: mariadb-data: