mirror of
https://github.com/linuxserver/docker-xbackbone.git
synced 2026-02-05 04:37:59 +08:00
Keep /config volume consistently
This commit is contained in:
parent
9e51c6dce4
commit
dbb091e3bd
@ -41,3 +41,7 @@ RUN \
|
||||
|
||||
# copy local files
|
||||
COPY root/ /
|
||||
|
||||
# ports and volumes
|
||||
EXPOSE 80 443
|
||||
VOLUME /config
|
||||
|
||||
@ -41,3 +41,7 @@ RUN \
|
||||
|
||||
# copy local files
|
||||
COPY root/ /
|
||||
|
||||
# ports and volumes
|
||||
EXPOSE 80 443
|
||||
VOLUME /config
|
||||
|
||||
@ -41,3 +41,7 @@ RUN \
|
||||
|
||||
# copy local files
|
||||
COPY root/ /
|
||||
|
||||
# ports and volumes
|
||||
EXPOSE 80 443
|
||||
VOLUME /config
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user