Skip to content

Commit f289296

Browse files
committed
doc: fix highlight
1 parent 6a4e99d commit f289296

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ docker run -it -d -p 8080:8080 \
3434

3535
- Docker Compose
3636

37-
```compose
38-
version: '3'
37+
```yaml
38+
version: "3"
3939
services:
4040
fusion:
4141
image: ghcr.io/0x2e/fusion:latest
4242
ports:
43-
- '127.0.0.1:8080:8080'
43+
- "127.0.0.1:8080:8080"
4444
environment:
4545
- PASSWORD=fusion
4646
restart: "unless-stopped"

0 commit comments

Comments
 (0)