From 0286af342aaa0831c2b016c7cb4ed6c4da962dab Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Fri, 4 Mar 2022 15:18:27 -0500 Subject: [PATCH] chore: point datatracker dev db image to nightly github package [skip ci] --- docker/docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 9464b444a..2d0fc01c9 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -39,10 +39,10 @@ services: # (Adding the "ports" property to this file will not forward from a Codespace.) db: - # image: ghcr.io/ngpixel/datatracker-db:nightly-20211208 - build: - context: .. - dockerfile: docker/db.Dockerfile + image: ghcr.io/ietf-tools/datatracker-db:latest + # build: + # context: .. + # dockerfile: docker/db.Dockerfile restart: unless-stopped volumes: - mariadb-data:/var/lib/mysql @@ -65,4 +65,4 @@ services: # (Adding the "ports" property to this file will not forward from a Codespace.) volumes: - mariadb-data: \ No newline at end of file + mariadb-data: