File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ resource "coder_agent" "dev" {
213
213
214
214
# Install and launch filebrowser
215
215
curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash
216
- filebrowser --noauth --root /home/coder --port 13339 >/tmp/filebrowser.log 2>&1 &
216
+ filebrowser --noauth --root /home/coder --port 13338 >/tmp/filebrowser.log 2>&1 &
217
217
218
218
repo_dir="${ data . coder_parameter . repo_dir . value } "
219
219
repo_dir="$${repo_dir/#~\//$HOME\/}"
@@ -265,7 +265,7 @@ resource "coder_app" "filebrowser" {
265
265
agent_id = coder_agent. dev . id
266
266
display_name = " File Browser"
267
267
slug = " filebrowser"
268
- url = " http://localhost:13339 "
268
+ url = " http://localhost:13338 "
269
269
icon = " https://raw.githubusercontent.com/matifali/logos/main/database.svg"
270
270
subdomain = true
271
271
share = " owner"
You can’t perform that action at this time.
0 commit comments