Update default service to use PHP 8.4 base image
This commit is contained in:
parent
e7e360005d
commit
cef370ca0c
1 changed files with 0 additions and 13 deletions
|
|
@ -1,19 +1,6 @@
|
||||||
version: '3.8'
|
version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# custom:
|
|
||||||
# image: php:8.3.12-apache
|
|
||||||
# container_name: folderweb-custom
|
|
||||||
# working_dir: /var/www/html/
|
|
||||||
# volumes:
|
|
||||||
# - ../app:/var/www/app:z
|
|
||||||
# - ../content:/var/www/html:z
|
|
||||||
# - ../custom:/var/www/custom:z
|
|
||||||
# - ../docs:/var/www/html/docs:z
|
|
||||||
# - ./apache/custom.conf:/etc/apache2/conf-available/custom.conf:z
|
|
||||||
# ports:
|
|
||||||
# - "4040:80"
|
|
||||||
# command: bash -c "a2enconf custom && a2enmod rewrite && apache2-foreground"
|
|
||||||
default:
|
default:
|
||||||
build: ./
|
build: ./
|
||||||
container_name: folderweb-default
|
container_name: folderweb-default
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue