Skip to content

Commit

Permalink
Fix port on app and all in one
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Oct 16, 2023
1 parent 93be1df commit 500aafb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ COPY ./build/update-config.sh /usr/local/bin/update-config

ENV EX_ConnectionStrings__Storage=provider=folder;path=/app/storage \
EX_RunJobsInProcess=true \
ASPNETCORE_URLS=http://+:80 \
ASPNETCORE_URLS=http://+:8080 \
EX_Html5Mode=true

RUN chmod +x /app/app-docker-entrypoint.sh
Expand Down Expand Up @@ -127,7 +127,7 @@ RUN apt-get update -y && \
ENV discovery.type=single-node \
xpack.security.enabled=false \
ES_JAVA_OPTS="-Xms1g -Xmx1g" \
ASPNETCORE_URLS=http://+:80 \
ASPNETCORE_URLS=http://+:8080 \
DOTNET_RUNNING_IN_CONTAINER=true \
EX_ConnectionStrings__Storage=provider=folder;path=/app/storage \
EX_ConnectionStrings__Elasticsearch=server=http://localhost:9200 \
Expand Down Expand Up @@ -183,7 +183,7 @@ RUN apt-get update -y && \
ENV discovery.type=single-node \
xpack.security.enabled=false \
ES_JAVA_OPTS="-Xms1g -Xmx1g" \
ASPNETCORE_URLS=http://+:80 \
ASPNETCORE_URLS=http://+:8080 \
DOTNET_RUNNING_IN_CONTAINER=true \
EX_ConnectionStrings__Storage=provider=folder;path=/app/storage \
EX_ConnectionStrings__Elasticsearch=server=http://localhost:9200 \
Expand Down

0 comments on commit 500aafb

Please sign in to comment.