Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

nginx: [emerg] mkdir() "/var/tmp/nginx/client_body" failed (1: Operation not permitted) #67

@mcroach

Description

@mcroach

First time setting up the container for two separate domains (keepitsimple.tv and keepitsimple.today)

docker run
-d
--privileged
--name=nginx
--net isolated_nw
-v /share/Container/application-data/nginx/config:/config
-e PGID=1001
-e PUID=1002
-e EMAIL=mcroach@outlook.com
-e URL=keepitsimple.tv
-e SUBDOMAINS=nzbget,plexpy,radarr,request,requests,sonarr,www
-e EXTRA_DOMAINS=keepitsimple.today,nas.keepitsimple.today,www.keepitsimple.today
-e ONLY_SUBDOMAINS=false
-e DHLEVEL=2048
-p 443:443
-e TZ="US/Central"
-h atlas.nginx
linuxserver/letsencrypt

Receive the following error continuously on launch of the container (never gets past this):
nginx: [emerg] mkdir() "/var/tmp/nginx/client_body" failed (1: Operation not permitted)

Receive the same error on container release 76 and release 75.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions