File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ services:
128
128
volumes :
129
129
- /docker/appdata/doplarr/config:/config
130
130
restart : unless-stopped
131
-
131
+
132
132
syncthing :
133
133
image : ghcr.io/linuxserver/syncthing@sha256:605814503be631f59ad34db4d4f79119ffe6f01fd0a8d5736c668e0939f81c47
134
134
container_name : syncthing
@@ -147,6 +147,21 @@ services:
147
147
- 21027:21027/udp
148
148
restart : unless-stopped
149
149
150
+ code-server :
151
+ image : ghcr.io/linuxserver/code-server@sha256:71a3e3fba62f01a82f04a3f38b7ebe45f0d44dab63bc17ef279cf62af2c217cb
152
+ container_name : code-server
153
+ environment :
154
+ - PUID=1000
155
+ - PGID=1000
156
+ - TZ=Etc/UTC
157
+ - SUDO_PASSWORD=$SUDO_PASSWORD
158
+ - PROXY_DOMAIN=$PROXY_DOMAIN
159
+ volumes :
160
+ - /docker/appdata/code-server/config:/config
161
+ ports :
162
+ - 8443:8443
163
+ restart : unless-stopped
164
+
150
165
networks :
151
166
default :
152
167
name : arrs_default
You can’t perform that action at this time.
0 commit comments