v2.0.0
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ services:
|
||||
# Pybricks Code
|
||||
pybrickscode:
|
||||
container_name: ${PYBRICKSCODE_CONTAINER_NAME:-PybricksCode}
|
||||
image: axchrono/pybrickscode:${PYBRICKSCODE_TAG:-v2.0.0-rc.1}
|
||||
image: axchrono/pybrickscode:${PYBRICKSCODE_TAG:-v2.0.0}
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
healthcheck:
|
||||
test: curl -f http://localhost:80/ || exit 1
|
||||
|
||||
Reference in New Issue
Block a user