Skip to content

tainrs/radarr

GitHub
docker.io

Starting the container

1
2
3
4
5
6
7
8
docker run --rm \
    --name base \
    -e PUID=1000 \
    -e PGID=1000 \
    -e UMASK=002 \
    -e TZ="Etc/UTC" \
    -v /<host_folder_config>:/config \
    ghcr.io/hotio/base:alpinevpn
services:
  base:
    container_name: base
    image: ghcr.io/hotio/base:alpinevpn
    environment:
      - PUID=1000
      - PGID=1000
      - UMASK=002
      - TZ=Etc/UTC
    volumes:
      - /<host_folder_config>:/config

This image is the base image for all other application images, however it can be used as a standalone VPN image for other images to attach to.

Tags

Tags Description Last Updated Age