Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
tetra-fox committed May 17, 2022
1 parent 4dc323e commit c1210f6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
A simple API that returns the status of all running Docker containers.

# Example docker-compose

```yaml
version: "3"

services:
container-status:
image: "ghcr.io/tetra-fox/container-status:latest"
ports:
- "3621:80"
container-status:
image: "ghcr.io/tetra-fox/container-status:latest"
ports:
- "3621:80"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
```
# Endpoints
Expand Down

0 comments on commit c1210f6

Please sign in to comment.