mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +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 SBT_VERSION 1.3.8
|
||||
ENV CMAK_VERSION 3.0.0.1
|
||||
ENV CMAK_VERSION 3.0.0.4
|
||||
|
||||
RUN set -xe \
|
||||
&& apt update \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user