Added support for seeds detect

This commit is contained in:
Lukáš Plevač 2023-10-01 11:03:16 +02:00
parent d4750768c2
commit e51e7babe6
4 changed files with 6 additions and 9 deletions

View File

@ -1,13 +1,7 @@
version: '3.8'
services:
RadioMasterWeb:
image: radiomasterphp
image: yagsWeb
build: ./web
volumes:
- ./web:/var/www/html/
- ./uploads.ini:/usr/local/etc/php/conf.d/uploads.ini
ports:
- 8000:80
# RadioMasterDb:
#
- 80:80

View File

@ -1,3 +1,6 @@
FROM php:7-apache
ADD ./ /var/www/html/
COPY ./uploads.ini /usr/local/etc/php/conf.d/uploads.ini
RUN a2enmod rewrite

@ -1 +1 @@
Subproject commit adc340db72a8c638bb4dd7ffe03c331cf8634403
Subproject commit 467e468efd3ef05bf9c6ec884fa79235cfcd04dd