Change the exposed port to 7000

This commit is contained in:
TheophileDiot 2022-09-22 16:24:43 +02:00
parent b0a887a155
commit 06f65ffe27
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ RUN apk add "libssl1.1>=1.1.1q-r0" "libcrypto1.1>=1.1.1q-r0" "git>=2.32.3-r0" "n
VOLUME /data /etc/nginx
EXPOSE 5000
EXPOSE 7000
WORKDIR /opt/bunkerweb/ui
USER nginx:nginx