Skip to content

Commit df24c38

Browse files
authored
Merge pull request #130 from linuxserver/config-volume
Config volume
2 parents b7028c9 + 313f1e7 commit df24c38

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ RUN \
6767
/root/.composer \
6868
/tmp/*
6969

70+
# copy local files
7071
COPY root/ /
7172

73+
# ports and volumes
7274
EXPOSE 80 443
75+
VOLUME /config

Dockerfile.aarch64

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ RUN \
6767
/root/.composer \
6868
/tmp/*
6969

70+
# copy local files
7071
COPY root/ /
7172

73+
# ports and volumes
7274
EXPOSE 80 443
75+
VOLUME /config

Dockerfile.armhf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ RUN \
6767
/root/.composer \
6868
/tmp/*
6969

70+
# copy local files
7071
COPY root/ /
7172

73+
# ports and volumes
7274
EXPOSE 80 443
75+
VOLUME /config

0 commit comments

Comments
 (0)