Skip to content

Commit

Permalink
Format a little.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavpandeyvpz committed Sep 22, 2023
1 parent 31b92b9 commit f25b917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ $ docker stop chromedock
To include this container as a service in your existing `docker-compose.yml` setup, use below definition:

```yml
version: '3'
version: "3"

services:
chromedock:
image: syncloudsoftech/chromedock
ports:
- '4444:4444'
- "4444:4444"
```
## Development
Expand Down

0 comments on commit f25b917

Please sign in to comment.