Skip to content

Commit

Permalink
Update README.md (#94)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
vycdev authored Apr 4, 2024
1 parent 8caf46b commit a3bfffb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ services:
# https://[wakapi-instance]/api/compat/wakatime/v1/users/current/heartbeats.bulk
HAKA_REMOTE_WRITE_TOKEN: "<token>"
ports:
- "127.0.0.1:8080:8080"
# This will start the services on all interfaces.
# More info here: https://github.com/compose-spec/compose-spec/blob/master/spec.md#ports
- "8080:8080"
haka_db:
container_name: haka_db
image: postgres:12-alpine
Expand Down

0 comments on commit a3bfffb

Please sign in to comment.