Skip to content

Commit 30dc776

Browse files
build: expose redis port.
1 parent 7f77040 commit 30dc776

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

installer/Dockerfile-base

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
2626
find /etc/ -type f ! -path '/etc/resolv.conf' ! -path '/etc/hosts' | xargs chmod g-rx && \
2727
curl -L --connect-timeout 120 -m 1800 https://resource.fit2cloud.com/maxkb/ffmpeg/get-ffmpeg-linux | sh
2828

29+
EXPOSE 6379
30+
2931
ENV PGDATA=/opt/maxkb/data/postgresql/pgdata \
3032
POSTGRES_USER=root \
3133
POSTGRES_PASSWORD=Password123@postgres \

0 commit comments

Comments
 (0)