Skip to content

Ytuner behind NGINX #26

Answered by arun-doss
Frederik-Lede asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Frederik-Lede

I am using my YTuner behind a nginx reverse proxy, see my configuration below:

My Nginx Reverse Proxy Configuration using Docker

Starting the Nginx Proxy Manager Docker Container

  • Create a Docker Compose document for your environment
version: '3.8'
services:
  app:
    image: 'jc21/nginx-proxy-manager:latest'
    restart: unless-stopped
    ports:
      - '80:80'
      - '81:81'
      - '443:443' # Optional if needed
    volumes:
      - ./data:/data
      - ./letsencrypt:/etc/letsencrypt
  • Run your docker container
docker-compose up -d
Email:    admin@example.com
Pass…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by coffeegreg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants