Skip to content

Commit ad410b5

Browse files
committed
change default port to 7575
1 parent 5dd74b0 commit ad410b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN \
5353
/root/.cargo \
5454
/tmp/*
5555

56-
EXPOSE 8000
56+
EXPOSE 7575
5757

5858
WORKDIR /app/
5959
CMD ["sh", "-c", "python3 manage.py run_conreq --uid ${PUID:=99} --gid ${PGID:=100}"]

conreq/core/base/management/commands/run_conreq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def add_arguments(self, parser):
8585
"-p",
8686
"--port",
8787
help="Select the port number for Conreq to run on.",
88-
default=8000,
88+
default=7575,
8989
type=int,
9090
)
9191

0 commit comments

Comments
 (0)