mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
- setting port 9443 as primary (#5610)
- updated markdown files - updated dockerfiles - updated test files - updated webpack
This commit is contained in:
parent
1633eceed5
commit
c7760b7d48
11 changed files with 23 additions and 22 deletions
|
@ -6,6 +6,7 @@ VOLUME /data
|
|||
WORKDIR /
|
||||
|
||||
EXPOSE 9000
|
||||
EXPOSE 9443
|
||||
EXPOSE 8000
|
||||
|
||||
ENTRYPOINT ["/portainer"]
|
||||
|
|
|
@ -6,6 +6,7 @@ VOLUME /data
|
|||
WORKDIR /
|
||||
|
||||
EXPOSE 9000
|
||||
EXPOSE 9443
|
||||
EXPOSE 8000
|
||||
|
||||
ENTRYPOINT ["/portainer"]
|
||||
|
|
|
@ -2,6 +2,7 @@ FROM ubuntu:20.04
|
|||
|
||||
# Expose port for the Portainer UI and Edge server
|
||||
EXPOSE 9000
|
||||
EXPOSE 9443
|
||||
EXPOSE 8000
|
||||
|
||||
WORKDIR /src/portainer
|
||||
|
|
|
@ -19,6 +19,7 @@ USER ContainerAdministrator
|
|||
COPY dist /
|
||||
|
||||
EXPOSE 9000
|
||||
EXPOSE 9443
|
||||
EXPOSE 8000
|
||||
|
||||
ENTRYPOINT ["/portainer.exe"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue