We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be94363 + 1dcca35 commit f9b2111Copy full SHA for f9b2111
1 file changed
docker-compose.yml
@@ -2,14 +2,12 @@ version: '2'
2
services:
3
frontend:
4
image: ghcr.io/coderbotorg/frontend:v0.6.0
5
- platform: linux/arm64
6
restart: unless-stopped
7
network_mode: host
8
privileged: true
9
10
backend:
11
image: ghcr.io/coderbotorg/backend:5.1.1
12
13
14
15
@@ -23,7 +21,6 @@ services:
23
21
24
22
wifi-py:
25
image: ghcr.io/coderbotorg/python-wifi-connect:0.0.16
26
27
28
29
@@ -43,7 +40,6 @@ services:
43
40
44
41
pigpio:
45
42
image: coderbot/alpine-pigpiod:pigpio-v79
46
47
48
49
0 commit comments