mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-08-08 22:32:36 -04:00
Keep /config volume consistently
This commit is contained in:
parent
6123952de7
commit
c9394cd08f
3 changed files with 15 additions and 3 deletions
|
@ -180,5 +180,9 @@ RUN \
|
|||
/root/.cache \
|
||||
/root/.cargo
|
||||
|
||||
# add local files
|
||||
# copy local files
|
||||
COPY root/ /
|
||||
|
||||
# ports and volumes
|
||||
EXPOSE 80 443
|
||||
VOLUME /config
|
||||
|
|
|
@ -180,5 +180,9 @@ RUN \
|
|||
/root/.cache \
|
||||
/root/.cargo
|
||||
|
||||
# add local files
|
||||
# copy local files
|
||||
COPY root/ /
|
||||
|
||||
# ports and volumes
|
||||
EXPOSE 80 443
|
||||
VOLUME /config
|
||||
|
|
|
@ -179,5 +179,9 @@ RUN \
|
|||
/root/.cache \
|
||||
/root/.cargo
|
||||
|
||||
# add local files
|
||||
# copy local files
|
||||
COPY root/ /
|
||||
|
||||
# ports and volumes
|
||||
EXPOSE 80 443
|
||||
VOLUME /config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue