From f4302534cec7d70df3c50a1ebef60aff9cff065e Mon Sep 17 00:00:00 2001 From: lynn626 <32375150+lynn626@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:48:43 +0800 Subject: [PATCH] 123 --- cccay | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cccay diff --git a/cccay b/cccay new file mode 100644 index 0000000000..773d712187 --- /dev/null +++ b/cccay @@ -0,0 +1,14 @@ +docker run -d \ + --name=chromium \ + --security-opt seccomp=unconfined `#optional` \ + -e PUID=1000 \ + -e PGID=1000 \ + -e TZ=Etc/UTC \ + -e CHROME_CLI=https://www.linuxserver.io/ `#optional` \ + -e TITLE=sabamedia\ + -p 3000:3000 \ + -p 3001:3001 \ + -v /path/to/config:/config \ + --shm-size="1gb" \ + --restart unless-stopped \ + lscr.io/linuxserver/chromium:latest \ No newline at end of file