forked from 0x2E/fusion
doc: fix highlight
This commit is contained in:
parent
6a4e99d0fa
commit
f289296c78
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue