1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-27 17:00:52 +01:00

docker: make non-profile the default compose setting

This commit is contained in:
Zankaria 2024-04-16 20:51:37 +02:00
parent f161de3d57
commit bf4f388a04

View File

@ -19,12 +19,11 @@ services:
php:
build:
context: .
dockerfile: ./docker/php/Dockerfile.profile
dockerfile: ./docker/php/Dockerfile
volumes:
- ./local-www:/var/www
- ./docker/php/www.conf:/usr/local/etc/php-fpm.d/www.conf
- ./docker/php/jit.ini:/usr/local/etc/php/conf.d/jit.ini
- ./docker/php/xdebug-prof.ini:/usr/local/etc/php/conf.d/xdebug-prof.ini
#MySQL Service
db: