Skip to content

Commit

Permalink
link to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Dec 20, 2023
1 parent e575834 commit 51be4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- PROFILE=development
# Can remove ADMIN_TOKEN if the code stops passing an auth token. The development profile
# enables the DisableAPIAuth config option, however an unfortunate side effect of this
# option is that requests will error if *any* auth token is passed.
# option is that requests will error if *any* auth token is passed. Issue: https://github.com/algorand/go-algorand/issues/5883
- ADMIN_TOKEN=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
healthcheck:
test: curl -f http://localhost:8080/health
Expand Down

0 comments on commit 51be4af

Please sign in to comment.