Skip to content

Commit 0286af3

Browse files
authored
chore: point datatracker dev db image to nightly github package
[skip ci]
1 parent 50c64ff commit 0286af3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docker/docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ services:
3939
# (Adding the "ports" property to this file will not forward from a Codespace.)
4040

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

6767
volumes:
68-
mariadb-data:
68+
mariadb-data:

0 commit comments

Comments
 (0)