diff --git a/labs/docker-lan/conf/dnsmasq/dnsmasq.conf b/labs/docker-lan/conf/dnsmasq/dnsmasq.conf index dfadd0ec..27a8017f 100644 --- a/labs/docker-lan/conf/dnsmasq/dnsmasq.conf +++ b/labs/docker-lan/conf/dnsmasq/dnsmasq.conf @@ -12,5 +12,4 @@ strict-order server=/lan/10.10.14.176 #explicitly define host-ip mappings address=/portainer.lan/10.10.14.176 -address=/netdata.lan/10.10.14.176 -address=/gitlab.lan/10.10.14.176 \ No newline at end of file +address=/netdata.lan/10.10.14.176 \ No newline at end of file diff --git a/labs/docker-lan/conf/nginx/conf.d/gitlab.conf b/labs/docker-lan/conf/nginx/conf.d/gitlab.conf deleted file mode 100644 index c53897f5..00000000 --- a/labs/docker-lan/conf/nginx/conf.d/gitlab.conf +++ /dev/null @@ -1,8 +0,0 @@ -server { - listen 80; - server_name gitlab.lan; - - location / { - proxy_pass http://gitlab:9080; - } -} \ No newline at end of file