We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c64ff commit 0286af3Copy full SHA for 0286af3
1 file changed
docker/docker-compose.yml
@@ -39,10 +39,10 @@ services:
39
# (Adding the "ports" property to this file will not forward from a Codespace.)
40
41
db:
42
- # image: ghcr.io/ngpixel/datatracker-db:nightly-20211208
43
- build:
44
- context: ..
45
- dockerfile: docker/db.Dockerfile
+ image: ghcr.io/ietf-tools/datatracker-db:latest
+ # build:
+ # context: ..
+ # dockerfile: docker/db.Dockerfile
46
restart: unless-stopped
47
volumes:
48
- mariadb-data:/var/lib/mysql
@@ -65,4 +65,4 @@ services:
65
66
67
68
- mariadb-data:
+ mariadb-data:
0 commit comments