Skip to content

Commit

Permalink
update: bc
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Jun 12, 2024
1 parent cde0e04 commit 77f2f4e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ spec:
dockerfile: |
FROM docker.io/dpage/pgadmin4:latest
USER root
RUN setcap -r /usr/bin/python3.10 && \
getcap /usr/bin/python3.10 && \
RUN setcap -r /usr/bin/python3.11 && \
getcap /usr/bin/python3.11 && \
sed -i 's@443@8443@g; s@80@8080@g' /entrypoint.sh
# ENV PGADMIN_LISTEN_PORT 8080
ENV PGADMIN_DISABLE_POSTFIX true
Expand Down

0 comments on commit 77f2f4e

Please sign in to comment.