Skip to content

Commit fe4fa7d

Browse files
authored
Fix Docker run command in README
1 parent 9b7c103 commit fe4fa7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can download pre-built binaries for Windows, macOS, and Linux from the [Rele
1717
### Docker
1818

1919
```bash
20-
docker run -p 25565:25565 -v ./config.yml:/config.yml ghcr.io/oreqr/fake-minecraft-server:latest
20+
docker run -p 25565:25565 -v "$(pwd)/config.yml:/config.yml" ghcr.io/oreqr/fake-minecraft-server:latest
2121
```
2222

2323
## Configuration

0 commit comments

Comments
 (0)