Change default port of Poseidon to 7200
This commit is contained in:

committed by
Jan-Eric Hellenberg

parent
c497e2f19c
commit
7a2f434171
@ -4,5 +4,5 @@ RUN adduser --disabled-password api
|
||||
USER api
|
||||
COPY poseidon /home/api/
|
||||
|
||||
EXPOSE 3000
|
||||
EXPOSE 7200
|
||||
CMD ["/home/api/poseidon"]
|
||||
|
Reference in New Issue
Block a user