There was an error while loading. Please reload this page.
1 parent 6bfe874 commit 4b8f29cCopy full SHA for 4b8f29c
Dockerfile
@@ -16,7 +16,7 @@ RUN \
16
chown -R www-data:www-data /var/lib/nginx
17
18
# Define mountable directories.
19
-VOLUME ["/data", "/etc/nginx/sites-enabled", "/var/log/nginx"]
+VOLUME ["/data", "/etc/nginx/sites-enabled", "/etc/nginx/conf.d", "/var/log/nginx"]
20
21
# Define working directory.
22
WORKDIR /etc/nginx
0 commit comments