Skip to content

Commit

Permalink
✏️ fix docker command in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ad2ien committed Sep 6, 2024
1 parent a82e931 commit 30ea1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ yarn watch
Or even better :

```bash
docker run --rm -u "$(id -u):$(id -g)" -v $PWD:/app --workdir /app ghcr.io/getzola/zola serve --interface 0.0.0.0 --port 8080 --base-url localhost
docker run --rm -u "$(id -u):$(id -g)" -v $PWD:/app --workdir /app -p 1983:1983 ghcr.io/getzola/zola:v0.17.1 serve --interface 0.0.0.0 --port 1983 --base-url localhost
```

0 comments on commit 30ea1f1

Please sign in to comment.