Ajustes conf
This commit is contained in:
parent
77d8a8f090
commit
6a4235a9a2
|
@ -12,4 +12,6 @@ RUN apt-get update && apt-get -y install vim dnsmasq dnsutils
|
|||
|
||||
RUN echo listen-address=127.0.0.1 > /etc/dnsmasq.d/dnsmasq.conf
|
||||
|
||||
RUN service dnsmasq restart
|
||||
|
||||
EXPOSE 8080
|
|
@ -9,7 +9,7 @@ http {
|
|||
sendfile on;
|
||||
gzip on;
|
||||
default_type application/octet-stream;
|
||||
|
||||
resolver 127.0.0.1;
|
||||
include /etc/nginx/mime.types;
|
||||
|
||||
server {
|
||||
|
|
Loading…
Reference in New Issue