Skip to content

Commit

Permalink
Updating readme and docker compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Nov 21, 2024
1 parent 4fa80b6 commit c9d1eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ mvn clean install
To launch Philter, use the `docker-compose.yml`:

```
docker build build
docker compose up
```

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ph-eye:
image: philterd/ph-eye:1.2.0
image: philterd/ph-eye:1.2.1
ports:
- "18080:5000"
networks:
Expand Down

0 comments on commit c9d1eaa

Please sign in to comment.