Merge pull request #130 from linuxserver/config-volume

Config volume
This commit is contained in:
Eric Nemchik 2022-08-22 08:07:19 -05:00 committed by GitHub
commit df24c3860e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View File

@ -67,6 +67,9 @@ RUN \
/root/.composer \
/tmp/*
# copy local files
COPY root/ /
# ports and volumes
EXPOSE 80 443
VOLUME /config

View File

@ -67,6 +67,9 @@ RUN \
/root/.composer \
/tmp/*
# copy local files
COPY root/ /
# ports and volumes
EXPOSE 80 443
VOLUME /config

View File

@ -67,6 +67,9 @@ RUN \
/root/.composer \
/tmp/*
# copy local files
COPY root/ /
# ports and volumes
EXPOSE 80 443
VOLUME /config