Skip to content

Commit

Permalink
make /srv a volume
Browse files Browse the repository at this point in the history
  • Loading branch information
abiosoft committed Sep 10, 2017
1 parent d350363 commit 7df05c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN curl --silent --show-error --fail --location \
&& /usr/bin/caddy -version

EXPOSE 80 443 2015
VOLUME /root/.caddy
VOLUME /root/.caddy /srv
WORKDIR /srv

COPY Caddyfile /etc/Caddyfile
Expand Down
1 change: 1 addition & 0 deletions php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN curl --silent --show-error --fail --location \
&& /usr/bin/caddy -version

EXPOSE 80 443 2015
VOLUME /root/.caddy /srv
WORKDIR /srv

COPY Caddyfile /etc/Caddyfile
Expand Down

0 comments on commit 7df05c0

Please sign in to comment.