fixup docker-compose.yml
add `container_name` as indicated in failing tests
This commit is contained in:
parent
d6f4b20c94
commit
ff0aa7cb81
|
@ -1,6 +1,7 @@
|
||||||
version: "3.5"
|
version: "3.5"
|
||||||
services:
|
services:
|
||||||
atuin:
|
atuin:
|
||||||
|
container_name: atuin
|
||||||
restart: always
|
restart: always
|
||||||
image: ghcr.io/atuinsh/atuin:latest
|
image: ghcr.io/atuinsh/atuin:latest
|
||||||
command: server start
|
command: server start
|
||||||
|
|
Loading…
Reference in New Issue
Block a user