* use dc alias from host system shell for execute docker compopse helper commands (and depended by os docker composer or docker-compose command style)
* extend quick helper script with settings and dynamic php version variable * link redis-local config as volume & correct include path * minio access keys moved to conrecte service instance * corrected used php version for workspace81
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# syntax = edrevo/dockerfile-plus
|
||||
FROM dimti/workspace:8.2
|
||||
FROM dimti/workspace:8.1
|
||||
|
||||
ARG PHP_VERSION=8.2
|
||||
ARG PHP_VERSION=8.1
|
||||
ENV PHP_VERSION ${PHP_VERSION}
|
||||
|
||||
INCLUDE+ ./workspace.base.Dockerfile
|
||||
|
Reference in New Issue
Block a user