Skip to content

Commit

Permalink
fix: link to Docker image odkbuild2xlsform
Browse files Browse the repository at this point in the history
* Proposed at getodk/build2xlsform#23
* Prefix negotiable
* The image will only exist when getodk/build2xlsform#23 is merged
  • Loading branch information
Florian Mayer authored and Florian Mayer committed Feb 14, 2022
1 parent a40b62d commit b4701ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
POSTGRES_DATABASE: odkbuild
restart: always
build2xlsform:
image: "ghcr.io/getodk/build2xlsform:latest"
image: "ghcr.io/getodk/odkbuild2xlsform:latest"
ports:
- "8686:8686"
odkbuild:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
POSTGRES_DATABASE: odkbuild
restart: always
build2xlsform:
image: "ghcr.io/getodk/build2xlsform:latest"
image: "ghcr.io/getodk/odkbuild2xlsform:latest"
ports:
- "8686:8686"
odkbuild:
Expand Down

0 comments on commit b4701ba

Please sign in to comment.