1
0
Fork 1
mirror of https://github.com/0x2E/fusion.git synced 2025-06-08 05:27:15 +09:00

doc: fix highlight

This commit is contained in:
rook1e 2025-04-30 22:58:29 +08:00
parent 6a4e99d0fa
commit f289296c78
No known key found for this signature in database
GPG key ID: C63289D731719BC0

View file

@ -34,13 +34,13 @@ docker run -it -d -p 8080:8080 \
- Docker Compose
```compose
version: '3'
```yaml
version: "3"
services:
fusion:
image: ghcr.io/0x2e/fusion:latest
ports:
- '127.0.0.1:8080:8080'
- "127.0.0.1:8080:8080"
environment:
- PASSWORD=fusion
restart: "unless-stopped"