Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
ensure dockerfile doesn't override compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Cheong committed Sep 1, 2023
1 parent 533d786 commit 450ed89
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 @@ -19,9 +19,9 @@ WORKDIR /

COPY --from=build-stage /obsidian-sync /obsidian-sync

ENV HOST=localhost:3000
ENV ADDR_HTTP=0.0.0.0:3000
ENV DATA_DIR=/data
# ENV HOST=localhost:3000
# ENV ADDR_HTTP=0.0.0.0:3000
# ENV DATA_DIR=/data

EXPOSE 3000

Expand Down

0 comments on commit 450ed89

Please sign in to comment.