1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-04-21 12:07:00 +02:00
This commit is contained in:
kev 2020-03-05 19:28:23 +08:00
parent e73c9e249f
commit 621aead825
2 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,7 @@ MAINTAINER kev <noreply@easypi.pro>
ENV SCALA_VERSION 2.12.10 ENV SCALA_VERSION 2.12.10
ENV SBT_VERSION 1.3.8 ENV SBT_VERSION 1.3.8
ENV CMAK_VERSION 3.0.0.1 ENV CMAK_VERSION 3.0.0.4
RUN set -xe \ RUN set -xe \
&& apt update \ && apt update \

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
pihole: pihole:
image: pihole/pihole:release-v4.3.4-armhf image: pihole/pihole:v4.4-armhf
ports: ports:
- "53:53/udp" - "53:53/udp"
- "80:80/tcp" - "80:80/tcp"
@ -11,4 +11,6 @@ services:
environment: environment:
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
- WEBPASSWORD=****** - WEBPASSWORD=******
- DNS1=172.18.0.1#5300
- DNS2=no
restart: unless-stopped restart: unless-stopped