mirror of
https://github.com/chevereto/docker.git
synced 2026-05-06 13:57:03 +02:00
4.1 tiempos
This commit is contained in:
@@ -32,7 +32,7 @@ RUN echo "sendmail_path=/usr/sbin/sendmail -t -i" >> /usr/local/etc/php/conf.d/s
|
||||
|
||||
RUN rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ARG VERSION=4.0
|
||||
ARG VERSION=4.1
|
||||
ARG SERVICING=docker
|
||||
|
||||
ENV CHEVERETO_DB_HOST=mariadb \
|
||||
|
||||
2
Makefile
2
Makefile
@@ -17,7 +17,7 @@ ifneq ("$(wildcard ${ENV_FILE})","")
|
||||
endif
|
||||
SOURCE ?= ~/git/chevereto/v4
|
||||
TARGET ?= default# default|dev
|
||||
VERSION ?= 4.0
|
||||
VERSION ?= 4.1
|
||||
PHP ?= 8.2
|
||||
EDITION ?= $(shell [ "${CHEVERETO_LICENSE_KEY}" = "" ] && echo free || echo pro)
|
||||
DOCKER_USER ?= www-data
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
|
||||
<img alt="Chevereto" src="chevereto.svg" width="100%">
|
||||
|
||||
[](https://chv.to/community)
|
||||
[](https://chevereto.com/community)
|
||||
[](https://chevereto.com/go/discord)
|
||||
|
||||
Dockerfile driven template project for building images and manage containers for Chevereto V4 projects.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user