mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-11-01 21:47:43 +09:00
Keep /config volume consistently
This commit is contained in:
@@ -180,5 +180,9 @@ RUN \
|
|||||||
/root/.cache \
|
/root/.cache \
|
||||||
/root/.cargo
|
/root/.cargo
|
||||||
|
|
||||||
# add local files
|
# copy local files
|
||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
|
||||||
|
# ports and volumes
|
||||||
|
EXPOSE 80 443
|
||||||
|
VOLUME /config
|
||||||
|
|||||||
@@ -180,5 +180,9 @@ RUN \
|
|||||||
/root/.cache \
|
/root/.cache \
|
||||||
/root/.cargo
|
/root/.cargo
|
||||||
|
|
||||||
# add local files
|
# copy local files
|
||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
|
||||||
|
# ports and volumes
|
||||||
|
EXPOSE 80 443
|
||||||
|
VOLUME /config
|
||||||
|
|||||||
@@ -179,5 +179,9 @@ RUN \
|
|||||||
/root/.cache \
|
/root/.cache \
|
||||||
/root/.cargo
|
/root/.cargo
|
||||||
|
|
||||||
# add local files
|
# copy local files
|
||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
|
||||||
|
# ports and volumes
|
||||||
|
EXPOSE 80 443
|
||||||
|
VOLUME /config
|
||||||
|
|||||||
Reference in New Issue
Block a user