Removed localhost declaration
This commit is contained in:
@@ -80,7 +80,7 @@ letsencrypt:
|
|||||||
environment:
|
environment:
|
||||||
WEBROOT: /data/letsencrypt
|
WEBROOT: /data/letsencrypt
|
||||||
LISTEN: '[::]:80'
|
LISTEN: '[::]:80'
|
||||||
VIRTUAL_HOST: http://localhost/.well-known/*,http://cloud.blender.org/.well-known/*,http://blender-cloud/.well-known/*
|
VIRTUAL_HOST: http://cloud.blender.org/.well-known/*,http://blender-cloud/.well-known/*
|
||||||
VIRTUAL_HOST_WEIGHT: 20
|
VIRTUAL_HOST_WEIGHT: 20
|
||||||
volumes:
|
volumes:
|
||||||
- /data/letsencrypt:/data/letsencrypt
|
- /data/letsencrypt:/data/letsencrypt
|
||||||
|
Reference in New Issue
Block a user