Skip to content

Commit

Permalink
Switch readme to docker compose plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Oct 3, 2024
1 parent 1a0be82 commit f0c4282
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ Define env var `NO_DATA` to process and output only metadata.
## Docker

```
docker-compose build
docker-compose run --rm datasources bundler exec ruby update.rb
docker-compose run --rm datasources bundler exec ruby update.rb demo
docker compose build
docker compose run --rm datasources bundler exec ruby update.rb
docker compose run --rm datasources bundler exec ruby update.rb demo
```

Run NGINX http server
```
docker-compose up -d nginx
docker compose up -d nginx
```

## Dev
Expand Down

0 comments on commit f0c4282

Please sign in to comment.