随笔分类 - Docker
摘要:Usage cat > docker-compose.yml <<-'EOF' # https://hub.docker.com/_/mysql # Port: 3306 5433 version: "3" services: mysql: image: mysql:8 environment: -
阅读全文
摘要:## Docker ```bash docker run -d -p 9999:9999 -v /path/to/download:/download liwei2633/gopeed ``` ## Docker Compose ```bash cat > docker-compose.yml <<
阅读全文
摘要:## Docker ```bash ``` ## Docker Compose ```bash cat > docker-compose.yml <<-'EOF' # Docs: https://hub.docker.com/r/linuxserver/code-server # Port: 844
阅读全文
摘要:# Docker ## Installation ```bash # Debian 10 (Buster) # Docs: https://docs.docker.com/engine/install/debian/ apt-get install \ --no-install-recommends
阅读全文
摘要:## Usage ```bash cat > docker-compose.yml --enable-cors' network_mode: host restart: always volumes: - $PWD/typesense/data/:/data/ EOF # is the passwo
阅读全文
摘要:## Usage ```bash cat > docker-compose.yml network_mode: host restart: always volumes: - $PWD/meilisearch/data/:/meili_data/ EOF # ``` ## Start ```bash
阅读全文
摘要:## Usage ```bash cat > docker-compose.yml <<-'EOF' # https://hub.docker.com/r/chigusa/bililive-go # Port: 7150 version: "3" services: streamlink: imag
阅读全文
摘要:aa## Usage ```bash cat > docker-compose.yml <<-'EOF' # https://docs.gitea.io/zh-cn/installation/install-with-docker/ # Port: 5700 version: "3" service
阅读全文
摘要:## Usage ```bash cat > docker-compose.yml <<-'EOF' # https://hub.docker.com/r/whyour/qinglong # Port: 5700 version: "3" services: qinglong: image: why
阅读全文
摘要:Usage cat > docker-compose.yml <<-'EOF' # Port: 8899 version: "3" services: music: image: registry.cn-hangzhou.aliyuncs.com/music_downloader/qq_flac_m
阅读全文
摘要:Usage cat > docker-compose.yml <<-'EOF' # https://hub.docker.com/_/ubuntu version: "3" services: ubuntu: image: ubuntu:20.04 network_mode: host restar
阅读全文
摘要:Chrome Usage cat > docker-compose.yml <<-'EOF' # https://hub.docker.com/r/browserless/chrome # Port: 3000 version: "3" services: chrome: image: browse
阅读全文
摘要:Coder Usage cat > docker-compose.yml <<-'EOF' # https://hub.docker.com/r/linuxserver/code-server # Port: 8443 version: "3" services: code-server: imag
阅读全文
摘要:# Terminal ## Usage ```bash cat > docker-compose.yml <<-'EOF' # Docs: https://next-terminal.typesafe.cn/docs/install/docker-install.html # Port: 8088
阅读全文
摘要:## Usage ```bash cat > docker-compose.yml <<-'EOF' # https://alist.nn.ci/zh/guide/install/docker.html # Port: 5244 version: "3" services: alist: image
阅读全文
摘要:## Usage ```bash cat > docker-compose.yml --enable-cors' network_mode: host restart: always volumes: - $PWD/typesense/data/:/data/ EOF # is the passwo
阅读全文
摘要:Netdata Usage cat > docker-compose.yml <<-'EOF' # https://learn.netdata.cloud/docs/agent/packaging/docker/ # Port: 19999 version: "3" services: netdat
阅读全文
摘要:searx Usage cat > docker-compose.yml <<-'EOF' # https://searx.github.io/searx/admin/installation-docker.html version: "3" services: searx: image: sear
阅读全文
摘要:Heimdall Usage cat > docker-compose.yml <<-'EOF' # https://hub.docker.com/r/linuxserver/heimdall version: "3" services: heimdall: image: linuxserver/h
阅读全文
摘要:## Docker ```bash docker run -d \ --name aria2-pro \ --restart unless-stopped \ --log-opt max-size=1m \ --network host \ -e PUID=$UID \ -e PGID=$GID \
阅读全文

浙公网安备 33010602011771号