diff --git a/labs/docker-lan/docker-compose.yml b/labs/docker-lan/docker-compose.yml index 256ec4d9..220fba5c 100644 --- a/labs/docker-lan/docker-compose.yml +++ b/labs/docker-lan/docker-compose.yml @@ -98,24 +98,24 @@ services: - ${DOCKER_SOCK}:/var/run/docker.sock depends_on: - drone - # dnsmasq: - # image: jpillora/dnsmasq:1.1.0 - # restart: always - # cap_add: - # - NET_ADMIN - # ports: - # - 53:53/udp - # - 10000:8080 - # volumes: - # - ./conf/dnsmasq/dnsmasq.conf:/etc/dnsmasq.conf - # nginx: - # image: nginx:1.20.0 - # restart: always - # environment: - # TZ: "Asia/Shanghai" - # ports: - # - 80:80 - # - 443:443 - # volumes: - # - ./conf/nginx/conf.d:/etc/nginx/conf.d - # - ./log/nginx:/var/log/nginx + dnsmasq: + image: jpillora/dnsmasq:1.1.0 + restart: always + cap_add: + - NET_ADMIN + ports: + - 53:53/udp + - 10000:8080 + volumes: + - ./conf/dnsmasq/dnsmasq.conf:/etc/dnsmasq.conf + nginx: + image: nginx:1.20.0 + restart: always + environment: + TZ: "Asia/Shanghai" + ports: + - 80:80 + - 443:443 + volumes: + - ./conf/nginx/conf.d:/etc/nginx/conf.d + - ./log/nginx:/var/log/nginx