mirror of
https://github.com/netfun2000/docker-php-nginx.git
synced 2026-08-12 23:11:38 +08:00
Removed volume instruction
This commit is contained in:
@@ -28,9 +28,6 @@ RUN chown -R nobody.nobody /var/www/html && \
|
||||
chown -R nobody.nobody /var/lib/nginx && \
|
||||
chown -R nobody.nobody /var/log/nginx
|
||||
|
||||
# Make the document root a volume
|
||||
VOLUME /var/www/html
|
||||
|
||||
# Switch to use a non-root user from here on
|
||||
USER nobody
|
||||
|
||||
|
||||
Reference in New Issue
Block a user