Removed unneeded environment variable.

This commit is contained in:
Otho Ulrich 2022-07-10 22:17:16 -04:00
parent 665239c663
commit 7b5558bb40
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

@ -72,8 +72,6 @@ services:
image: nginxproxy/nginx-proxy
container_name: nginx-proxy
restart: always
environment:
- DEFAULT_ROOT="301 http://www.othoulrich.com"
ports:
- 80:80
- 443:443