docs: refer to image with multi-arch support (#1513)

This commit is contained in:
Matthew Berryman 2024-01-08 20:13:15 +10:30 committed by GitHub
parent d426397ca0
commit 21e934a23d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@ version: '3.5'
services: services:
atuin: atuin:
restart: always restart: always
image: ghcr.io/atuinsh/atuin:main image: ghcr.io/atuinsh/atuin:latest
command: server start command: server start
volumes: volumes:
- "./config:/config" - "./config:/config"

View File

@ -25,7 +25,7 @@ version: '3.5'
services: services:
atuin: atuin:
restart: always restart: always
image: ghcr.io/atuinsh/atuin:main image: ghcr.io/atuinsh/atuin:latest
command: server start command: server start
volumes: volumes:
- "./config:/config" - "./config:/config"

View File

@ -55,7 +55,7 @@ spec:
value: "8888" value: "8888"
- name: ATUIN_OPEN_REGISTRATION - name: ATUIN_OPEN_REGISTRATION
value: "true" value: "true"
image: ghcr.io/atuinsh/atuin:main image: ghcr.io/atuinsh/atuin:latest
name: atuin name: atuin
ports: ports:
- containerPort: 8888 - containerPort: 8888

View File

@ -56,7 +56,7 @@ spec:
value: "8888" value: "8888"
- name: ATUIN_OPEN_REGISTRATION - name: ATUIN_OPEN_REGISTRATION
value: "true" value: "true"
image: ghcr.io/atuinsh/atuin:main image: ghcr.io/atuinsh/atuin:latest
name: atuin name: atuin
ports: ports:
- containerPort: 8888 - containerPort: 8888

View File

@ -30,7 +30,7 @@ spec:
value: "8888" value: "8888"
- name: ATUIN_OPEN_REGISTRATION - name: ATUIN_OPEN_REGISTRATION
value: "true" value: "true"
image: ghcr.io/atuinsh/atuin:main image: ghcr.io/atuinsh/atuin:latest
name: atuin name: atuin
ports: ports:
- containerPort: 8888 - containerPort: 8888