Skip to content

Commit df10f40

Browse files
authored
Remove VOLUME from 8.1-8.3 (#99)
Fixes #98
1 parent 08a5e12 commit df10f40

File tree

11 files changed

+0
-11
lines changed

11 files changed

+0
-11
lines changed

php81-fpm/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ COPY php-fpm.conf /etc/php81/
2222

2323
#USER www-data
2424
WORKDIR /var/www/html
25-
VOLUME /var/www/html
2625

2726
EXPOSE 9000
2827

php81-unit/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
1616
COPY conf.json /var/lib/unit/
1717

1818
WORKDIR /var/www/html
19-
VOLUME /var/www/html
2019

2120
EXPOSE 80
2221

php82-fpm/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ COPY php-fpm.conf /etc/php82/
2323

2424
#USER www-data
2525
WORKDIR /var/www/html
26-
VOLUME /var/www/html
2726

2827
EXPOSE 9000
2928

php82-moodle-unit/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ COPY conf.json /var/lib/unit/
8282
COPY xx-moodle.ini /etc/php82/conf.d/xx-moodle.ini
8383

8484
WORKDIR /var/www/html
85-
VOLUME /var/www/html
8685

8786
EXPOSE 80
8887

php82-moodle/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ COPY xx-moodle.ini /etc/php82/conf.d/xx-moodle.ini
8888

8989
#USER web-user
9090
WORKDIR /var/www/html
91-
VOLUME /var/www/html
9291

9392
EXPOSE 9000
9493

php82-unit/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
1616
COPY conf.json /var/lib/unit/
1717

1818
WORKDIR /var/www/html
19-
VOLUME /var/www/html
2019

2120
EXPOSE 80
2221

php83-fpm/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ COPY php-fpm.conf /etc/php83/
2323

2424
#USER web-user
2525
WORKDIR /var/www/html
26-
VOLUME /var/www/html
2726

2827
EXPOSE 9000
2928

php83-moodle-unit/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ COPY conf.json /var/lib/unit/
8282
COPY xx-moodle.ini /etc/php83/conf.d/xx-moodle.ini
8383

8484
WORKDIR /var/www/html
85-
VOLUME /var/www/html
8685

8786
EXPOSE 80
8887

php83-unit/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
1616
COPY conf.json /var/lib/unit/
1717

1818
WORKDIR /var/www/html
19-
VOLUME /var/www/html
2019

2120
EXPOSE 80
2221

php84-fpm/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ COPY php-fpm.conf /etc/php84/
2323

2424
#USER web-user
2525
WORKDIR /var/www/html
26-
VOLUME /var/www/html
2726

2827
EXPOSE 9000
2928

php84-unit/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
1616
COPY conf.json /var/lib/unit/
1717

1818
WORKDIR /var/www/html
19-
VOLUME /var/www/html
2019

2120
EXPOSE 80
2221

0 commit comments

Comments
 (0)