Skip to content

Commit

Permalink
update container port
Browse files Browse the repository at this point in the history
  • Loading branch information
upiksaleh committed Aug 27, 2024
1 parent 89c2d94 commit 6c84658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FROM node:${NODE_VERSION}
# Default environment variables
# (see https://docs.directus.io/reference/environment-variables/)
ENV \
PORT=80 \
PORT=8080 \
EXTENSIONS_PATH="/app/extensions" \
STORAGE_LOCAL_ROOT="/app/uploads"

Expand Down Expand Up @@ -58,5 +58,5 @@ VOLUME \
/app/extensions \
/app/uploads

EXPOSE 80
EXPOSE 8080
CMD npx directus bootstrap && npx directus start

0 comments on commit 6c84658

Please sign in to comment.