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 982c487 commit 8ff6e67Copy full SHA for 8ff6e67
config_64/docker-compose.yml
@@ -1,13 +1,13 @@
1
version: '2'
2
services:
3
frontend:
4
- image: ghcr.io/coderbotorg/frontend:v0.7.2
+ image: ghcr.io/coderbotorg/frontend:latest-arm64
5
restart: unless-stopped
6
network_mode: host
7
privileged: true
8
9
backend:
10
- image: ghcr.io/coderbotorg/backend:5.1.1
+ image: ghcr.io/coderbotorg/backend:git-84b098d-arm64
11
12
13
0 commit comments