build: expose redis port.

This commit is contained in:
liqiang-fit2cloud 2025-07-08 09:10:46 +08:00
parent 7f7704042e
commit 30dc77650a

View File

@ -26,6 +26,8 @@ RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
find /etc/ -type f ! -path '/etc/resolv.conf' ! -path '/etc/hosts' | xargs chmod g-rx && \
curl -L --connect-timeout 120 -m 1800 https://resource.fit2cloud.com/maxkb/ffmpeg/get-ffmpeg-linux | sh
EXPOSE 6379
ENV PGDATA=/opt/maxkb/data/postgresql/pgdata \
POSTGRES_USER=root \
POSTGRES_PASSWORD=Password123@postgres \