mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
build: expose redis port.
This commit is contained in:
parent
7f7704042e
commit
30dc77650a
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue