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: