Skip to content

Commit f4739f7

Browse files
committed
wip
1 parent 8d89e5f commit f4739f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ services:
77
privileged: true
88

99
backend:
10-
image: ghcr.io/coderbotorg/backend:git-e47293d-arm64
10+
image: ghcr.io/coderbotorg/backend:git-0d8fb94-arm64
1111
restart: unless-stopped
1212
network_mode: host
1313
privileged: true
1414
depends_on:
1515
- pigpio
1616
volumes:
1717
- "data:/coderbot/data"
18-
devices:
19-
- "/dev:/dev"
2018
environment:
2119
UDEV: 1
2220
labels:

0 commit comments

Comments
 (0)