diff --git a/docker-compose.yml b/docker-compose.yml index f63e47f..d0abf94 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