File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,12 @@ version: '2'
22services :
33 frontend :
44 image : ghcr.io/coderbotorg/frontend:v0.6.0
5- platform : linux/arm64
65 restart : unless-stopped
76 network_mode : host
87 privileged : true
98
109 backend :
1110 image : ghcr.io/coderbotorg/backend:5.1.1
12- platform : linux/arm64
1311 restart : unless-stopped
1412 network_mode : host
1513 privileged : true
@@ -23,7 +21,6 @@ services:
2321
2422 wifi-py :
2523 image : ghcr.io/coderbotorg/python-wifi-connect:0.0.16
26- platform : linux/arm64
2724 restart : unless-stopped
2825 network_mode : host
2926 privileged : true
@@ -43,7 +40,6 @@ services:
4340
4441 pigpio :
4542 image : coderbot/alpine-pigpiod:pigpio-v79
46- platform : linux/arm64
4743 restart : unless-stopped
4844 network_mode : host
4945 privileged : true
You can’t perform that action at this time.
0 commit comments