Skip to content

Commit

Permalink
Merge pull request #87 from geoadmin/feat-pb-569-switch-to-docker-com…
Browse files Browse the repository at this point in the history
…pose-plugin

PB-569 Use docker compose plugin instead of docker-compose
  • Loading branch information
schtibe authored Aug 15, 2024
2 parents a2d8982 + 4770625 commit 012a1f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The **Make** targets assume you have
- **libpq-dev**
- **curl**
- **docker**
- **docker-compose**
- **docker-compose-plugin**

installed.

Expand All @@ -81,7 +81,7 @@ make setup
Then you need to run some local containers (DB, WMS-BOD)

```bash
docker-compose up
docker compose up
```

That's it, you're ready to work.
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.4"
services:
wms-bod:
image: camptocamp/mapserver:7.6
Expand Down

0 comments on commit 012a1f9

Please sign in to comment.