Skip to content

Commit

Permalink
Update browser.sh
Browse files Browse the repository at this point in the history
اصلاح مسیر کانفیگ ها
  • Loading branch information
HoMa431 authored Dec 17, 2023
1 parent 607dd67 commit 3e04f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install_chromium() {
-e CHROME_CLI=https://www.youtube.com/@IR_TECH/ `#optional` \
-p 3000:3000 \
-p 3001:3001 \
-v /path/to/config:/config \
-v /root/chromium/config:/config \
--shm-size="1gb" \
--restart unless-stopped \
lscr.io/linuxserver/chromium:latest
Expand Down Expand Up @@ -76,7 +76,7 @@ install_firefox() {
-e PASSWORD=$PASSWORD \
-p 4000:3000 \
-p 4001:3001 \
-v /path/to/config:/config \
-v /root/firefox/config:/config \
--shm-size="1gb" \
--restart unless-stopped \
lscr.io/linuxserver/firefox:latest
Expand Down

0 comments on commit 3e04f2a

Please sign in to comment.