Skip to content

Commit d3e30ed

Browse files
committed
Removed "/data" from mount points.
1 parent 019f89f commit d3e30ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN \
1717
chown -R www-data:www-data /var/lib/nginx
1818

1919
# Define mountable directories.
20-
VOLUME ["/data", "/etc/nginx/sites-enabled", "/etc/nginx/conf.d", "/var/log/nginx"]
20+
VOLUME ["/etc/nginx/sites-enabled", "/etc/nginx/conf.d", "/var/log/nginx"]
2121

2222
# Define working directory.
2323
WORKDIR /etc/nginx

0 commit comments

Comments
 (0)