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 && \
|
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
|
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 \
|
ENV PGDATA=/opt/maxkb/data/postgresql/pgdata \
|
||||||
POSTGRES_USER=root \
|
POSTGRES_USER=root \
|
||||||
POSTGRES_PASSWORD=Password123@postgres \
|
POSTGRES_PASSWORD=Password123@postgres \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user