mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-21 12:07:00 +02:00
update
This commit is contained in:
parent
e73c9e249f
commit
621aead825
@ -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 \
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user