From 420f013a430ffb77e84d359dc2c70eeab6d3963a Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Thu, 31 Jul 2025 22:27:24 +0200 Subject: [PATCH] Note for ARM CPUs Haven't tested it with an ARM machine, but I assume this should work + have better perf. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 19b9729..c06c8db 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: spaceninjaserver: - image: openwf/spaceninjaserver:latest + image: openwf/spaceninjaserver:latest # If you have an ARM CPU, replace 'latest' with 'latest-arm64'. volumes: - ./conf:/app/conf - ./static-data:/app/static/data