Skip to content

Commit

Permalink
switch to compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Aug 29, 2023
1 parent ff360b8 commit 044cfbb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Image: crazymax/unbound:latest
### Docker Compose

Docker compose is the recommended way to run this image. You can use the
following [docker compose template](examples/compose/docker-compose.yml), then
following [docker compose template](examples/compose/compose.yml), then
run the container:

```shell
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: unbound

services:
unbound:
image: crazymax/unbound
Expand Down
2 changes: 2 additions & 0 deletions test/cachedb/docker-compose.yml → test/cachedb/compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: unbound

services:
redis:
image: redis:6-alpine
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: unbound

services:
unbound:
image: ${UNBOUND_IMAGE:-crazymax/unbound}
Expand Down

0 comments on commit 044cfbb

Please sign in to comment.