Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix indentation
  • Loading branch information
Its4Nik authored Aug 24, 2024
1 parent f4d46ec commit f2e062d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ docker-compose.yaml
```yaml
services:
dockstatapi:
image: ghcr.io/its4nik/dockstatapi:latest
container_name: dockstatapi
ports:
- "7070:7070"
volumes:
- ./dockstatapi:/api/config # Place your hosts.yaml file here
restart: always
image: ghcr.io/its4nik/dockstatapi:latest
container_name: dockstatapi
ports:
- "7070:7070"
volumes:
- ./dockstatapi:/api/config # Place your hosts.yaml file here
restart: always
```
Configuration inside the mounted folder, as hosts.yaml
Expand Down

0 comments on commit f2e062d

Please sign in to comment.