From efeeea552ff7e2cb43f8e6082d5f3f9d81e8de76 Mon Sep 17 00:00:00 2001 From: 0xChloe Date: Sat, 22 Jun 2024 18:35:52 +0000 Subject: [PATCH] adding compose --- compose.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 compose.yaml diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..08bceb8 --- /dev/null +++ b/compose.yaml @@ -0,0 +1,6 @@ +version: "3.7" +services: + spotiplex: + restart: unless-stopped + image: docker.io/0xchloe/spotiplex:latest + container_name: spotiplex-latest