Skip to content

Commit 19ff380

Browse files
Update docker-compose.yml
1 parent faf6504 commit 19ff380

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

docker-compose.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
version: '2'
1+
version: '3'
22
services:
3-
4-
cs:
5-
image: ${{CodeServerDockerImage}}
6-
expose:
7-
- '8443'
8-
# ports:
9-
# - 8443:8443
10-
11-
# build: .
12-
13-
14-
volumes:
15-
csVol:
3+
code-server:
4+
image: codercom/code-server
5+
ports:
6+
- 8443
7+
command: '--allow-http --no-auth'

0 commit comments

Comments
 (0)