Skip to content

Commit 3aea2fb

Browse files
fix(post): Fixed portainer
1 parent 5a5aa6d commit 3aea2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2020-08-29-portainer-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ curl -s https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash
9999
### Install k3s
100100

101101
```bash
102-
k3d cluster create portainer --api-port 6443 --servers 1 --agents 1 -p 30000-32767:30000-32767@server:0
102+
k3d cluster create portainer --api-port 6443 --servers 1 --agents 1 -p "30000-32767:30000-32767@server:0"
103103
```
104104

105105
```bash

0 commit comments

Comments
 (0)