switch to explicit tag (#2858)

This commit is contained in:
cori schlegel 2024-03-17 04:06:45 -05:00 committed by GitHub
parent f0cd3af226
commit 86b552ffae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 5 deletions

View File

@ -5,9 +5,12 @@
"exposable": true,
"port": 8888,
"id": "atuin",
"tipi_version": 2,
"version": "latest",
"categories": ["utilities", "development"],
"tipi_version": 3,
"version": "18.1.0",
"categories": [
"utilities",
"development"
],
"description": "Making your shell magical",
"short_desc": "Magical Shell History",
"author": "https://github.com/atuinsh",
@ -30,5 +33,8 @@
"env_variable": "ATUIN_ALLOW_REGISTRATION"
}
],
"supported_architectures": ["amd64", "arm64"]
"supported_architectures": [
"amd64",
"arm64"
]
}

View File

@ -3,7 +3,7 @@ services:
atuin:
container_name: atuin
restart: always
image: ghcr.io/atuinsh/atuin:latest
image: ghcr.io/atuinsh/atuin:18.1.0
command: server start
volumes:
- "${APP_DATA_DIR}/data/config:/config"