v2.2.0-rc.1

This commit is contained in:
2023-11-20 19:13:40 +01:00
parent 146dae5d12
commit 2f5c30a000
4 changed files with 131 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ services:
# Pybricks Code
pybrickscode:
container_name: ${PYBRICKSCODE_CONTAINER_NAME:-PybricksCode}
image: axchrono/pybrickscode:${PYBRICKSCODE_TAG:-v2.2.0-beta.9}
image: axchrono/pybrickscode:${PYBRICKSCODE_TAG:-v2.2.0-rc.1}
restart: ${RESTART:-unless-stopped}
healthcheck:
test: curl -f http://localhost:80/ || exit 1