Add docker-compose.yml

This commit is contained in:
2025-05-03 12:40:34 +03:00
parent 30d8615541
commit aecf9e6769
-1
View File
@@ -48,7 +48,6 @@ COPY moodle-php.ini /usr/local/etc/php/conf.d/moodle-php.ini
# Create moodledata directory
RUN mkdir -p /var/www/moodledata && \
chown -R www-data:www-data /var/www/moodledata && \
chmod -R 770 /var/www/moodledata
# Set working directory