diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/self-hosting/docker.md | 2 | ||||
| -rw-r--r-- | docs/docs/self-hosting/k8s.md | 2 | ||||
| -rw-r--r-- | docs/zh-CN/k8s.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/docs/self-hosting/docker.md b/docs/docs/self-hosting/docker.md index b9acff05..610e1b18 100644 --- a/docs/docs/self-hosting/docker.md +++ b/docs/docs/self-hosting/docker.md @@ -25,7 +25,7 @@ version: '3.5' services: atuin: restart: always - image: ghcr.io/atuinsh/atuin:main + image: ghcr.io/atuinsh/atuin:latest command: server start volumes: - "./config:/config" diff --git a/docs/docs/self-hosting/k8s.md b/docs/docs/self-hosting/k8s.md index 5ba58b6b..99c765e2 100644 --- a/docs/docs/self-hosting/k8s.md +++ b/docs/docs/self-hosting/k8s.md @@ -55,7 +55,7 @@ spec: value: "8888" - name: ATUIN_OPEN_REGISTRATION value: "true" - image: ghcr.io/atuinsh/atuin:main + image: ghcr.io/atuinsh/atuin:latest name: atuin ports: - containerPort: 8888 diff --git a/docs/zh-CN/k8s.md b/docs/zh-CN/k8s.md index d512a4b0..ce63aab1 100644 --- a/docs/zh-CN/k8s.md +++ b/docs/zh-CN/k8s.md @@ -56,7 +56,7 @@ spec: value: "8888" - name: ATUIN_OPEN_REGISTRATION value: "true" - image: ghcr.io/atuinsh/atuin:main + image: ghcr.io/atuinsh/atuin:latest name: atuin ports: - containerPort: 8888 |
