Skip to content

Commit 6c23c47

Browse files
update image
1 parent 8915795 commit 6c23c47

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
services:
3-
code-server:
3+
docker-code-server:
4+
image: gabemendoza1/codecloud-code-server:jammy22.04-python3.10-codeserver-v${CODE_RELEASE:-4.102.1}
45
build:
56
context: .
67
dockerfile: Dockerfile
8+
platforms:
9+
- linux/amd64
710
args:
811
- VERSION=${VERSION:-4.102.1}
912
- CODE_RELEASE=${CODE_RELEASE:-4.102.1}
10-
image: gabemendoza1/codecloud-code-server:jammy-code-server-python-v${CODE_RELEASE:-4.102.1}
1113
environment:
1214
- PUID=${PUID:-1000}
1315
- PGID=${PGID:-1000}

0 commit comments

Comments
 (0)