Skip to content

Commit

Permalink
chore: docker-compose.yml is not working
Browse files Browse the repository at this point in the history
  • Loading branch information
casperbiering committed Jul 5, 2022
1 parent 78cf6d7 commit 3d8ac36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
!go.mod
!go.sum
!docker-entrypoint.sh
!atlantis
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ services:
ports:
- 4040:4040
environment:
# https://dashboard.ngrok.com/get-started/your-authtoken
NGROK_AUTH: REPLACE-WITH-YOUR-TOKEN
NGROK_PROTOCOL: http
NGROK_PORT: atlantis:4141
depends_on:
Expand Down

0 comments on commit 3d8ac36

Please sign in to comment.