mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-03 16:34:19 +01:00
7 lines
169 B
YAML
7 lines
169 B
YAML
services:
|
|
limbo:
|
|
container_name: limbo
|
|
hostname: limbo
|
|
image: limbo:latest
|
|
entrypoint: ["/bin/docker-entrypoint.sh"]
|
|
command: ["sleep", "infinity"] |