Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build/.docker/standalone.bake.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ ENV PRODUCT_NAME_LOW=${PRODUCT_NAME_LOW}
RUN apt-get -y update && \
ACCEPT_EULA=Y apt-get -yq install \
postgresql postgresql-client redis-server rabbitmq-server \
nginx sudo gdb nginx-extras supervisor jq util-linux && \
nginx sudo gdb nginx-extras supervisor jq util-linux \
netcat-openbsd xxd openssl && \
rm -rf /var/lib/apt/lists/*

# Create the 'ds' user that is required by OnlyOffice scripts
Expand Down
2 changes: 1 addition & 1 deletion build/configs/standalone/supervisor/ds-metrics.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ stdout_logfile_maxbytes=0
stderr_logfile=%(ENV_EO_LOG)s/metrics/err.log
stderr_logfile_backups=0
stderr_logfile_maxbytes=0
autostart=true
autostart=false
autorestart=true
Loading
Loading