1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +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 SBT_VERSION 1.3.8
ENV CMAK_VERSION 3.0.0.1
ENV CMAK_VERSION 3.0.0.4
RUN set -xe \
&& apt update \

View File

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