File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
version : " 3.9"
2
- name : " coder"
3
2
services :
4
- server :
3
+ coder :
5
4
# This MUST be stable for our documentation and
6
5
# other automations.
7
6
image : ghcr.io/coder/coder:${CODER_VERSION:-latest}
@@ -13,13 +12,13 @@ services:
13
12
# You'll need to set CODER_ACCESS_URL to an IP or domain
14
13
# that workspaces can reach. This cannot be localhost
15
14
# or 127.0.0.1 for non-Docker templates!
16
- CODER_ACCESS_URL : " ${CODER_ACCESS_URL} "
15
+ CODER_ACCESS_URL : " http://127.0.0.1:7080 "
17
16
# If the coder user does not have write permissions on
18
17
# the docker socket, you can uncomment the following
19
18
# lines and set the group ID to one that has write
20
19
# permissions on the docker socket.
21
20
group_add :
22
- - " 998 " # docker group on host
21
+ - " 1001 " # docker group on host
23
22
volumes :
24
23
- /var/run/docker.sock:/var/run/docker.sock
25
24
# - /home/j/.ssh/id_rsa:/home/coder/.ssh/id_rsa
You can’t perform that action at this time.
0 commit comments