+ slow cnf db config with general log options example
* fpm74 to php74 replacement fpm upstream name
This commit is contained in:
2023-05-06 11:29:17 +03:00
parent c07f142607
commit 38cb19818a
7 changed files with 23 additions and 18 deletions

View File

@ -88,6 +88,21 @@ USER laradock
COPY ./minio/auth.json /home/laradock/.mc/config.json
###########################################################################
# Tmux and others temproray applications - must be moved into src build
###########################################################################
USER root
RUN apt-get update -yqq && \
apt-get install -y tmux
COPY ./tmux.conf /etc/tmux.conf
# Clean up
RUN apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
###########################################################################
# Tune opts:
###########################################################################