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 8915795 commit 6c23c47Copy full SHA for 6c23c47
1 file changed
docker-compose.yml
@@ -1,13 +1,15 @@
1
---
2
services:
3
- code-server:
+ docker-code-server:
4
+ image: gabemendoza1/codecloud-code-server:jammy22.04-python3.10-codeserver-v${CODE_RELEASE:-4.102.1}
5
build:
6
context: .
7
dockerfile: Dockerfile
8
+ platforms:
9
+ - linux/amd64
10
args:
11
- VERSION=${VERSION:-4.102.1}
12
- CODE_RELEASE=${CODE_RELEASE:-4.102.1}
- image: gabemendoza1/codecloud-code-server:jammy-code-server-python-v${CODE_RELEASE:-4.102.1}
13
environment:
14
- PUID=${PUID:-1000}
15
- PGID=${PGID:-1000}
0 commit comments