absolute volume path
This commit is contained in:
parent
3fdbe8986a
commit
9e0903d042
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ RUN docker-php-ext-install gd
|
|||
|
||||
COPY . .
|
||||
|
||||
VOLUME "data"
|
||||
VOLUME "/var/www/html/data"
|
||||
|
||||
RUN chown -R www-data:www-data . \
|
||||
&& a2enmod rewrite
|
||||
|
|
Loading…
Reference in a new issue