We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f616ee4 commit 1bc7c7dCopy full SHA for 1bc7c7d
docker-compose.yml
@@ -8,7 +8,7 @@ services:
8
privileged: true
9
10
backend:
11
- image: ghcr.io/coderbotorg/backend:feat-bullseye_64_20240304-arm64
+ image: ghcr.io/coderbotorg/backend:git-7ff085d-arm64
12
platform: linux/arm64
13
restart: unless-stopped
14
network_mode: host
@@ -17,8 +17,6 @@ services:
17
- pigpio
18
volumes:
19
- "data:/coderbot/data"
20
- environment:
21
- UDEV: "on"
22
labels:
23
io.balena.features.supervisor-api: "1"
24
io.balena.features.kernel-modules: '1'
0 commit comments