incorporate upstream changes.
This commit is contained in:
parent
9b084433c3
commit
9e7a669d5b
|
@ -3,7 +3,9 @@ MAINTAINER Eric Pfeiffer <computerfr33k@users.noreply.github.com>
|
|||
|
||||
LABEL caddy_version="0.9.0" architecture="amd64"
|
||||
|
||||
RUN apk add --update openssh-client tar curl
|
||||
RUN apk update \
|
||||
&& apk upgrade \
|
||||
&& apk add tar curl
|
||||
|
||||
RUN curl --silent --show-error --fail --location \
|
||||
--header "Accept: application/tar+gzip, application/x-gzip, application/octet-stream" -o - \
|
||||
|
|
|
@ -167,7 +167,7 @@ services:
|
|||
caddy:
|
||||
build: ./caddy
|
||||
volumes_from:
|
||||
- application
|
||||
- volumes_source
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
|
|
Loading…
Reference in New Issue