mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-07 08:54:35 +01:00
docs: refer to image with multi-arch support (#1513)
This commit is contained in:
parent
d426397ca0
commit
21e934a23d
@ -2,7 +2,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"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -30,7 +30,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
|
||||
|
Loading…
Reference in New Issue
Block a user