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 1ea5310 commit 86741a1Copy full SHA for 86741a1
docker-compose.yml
@@ -1,14 +1,14 @@
1
version: '2'
2
services:
3
frontend:
4
- image: ghcr.io/coderbotorg/frontend:latest-arm64
+ 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:git-c2ccffa-arm64
+ image: ghcr.io/coderbotorg/backend:5.1.1
12
13
14
0 commit comments