From a3bfffb0c5ab1cbc6a048f4ae5305ca8ade36e45 Mon Sep 17 00:00:00 2001 From: vycdev Date: Thu, 4 Apr 2024 19:12:30 +0300 Subject: [PATCH] Update README.md (#94) * Update README.md * Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 563224b..ad900cf 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,9 @@ services: # https://[wakapi-instance]/api/compat/wakatime/v1/users/current/heartbeats.bulk HAKA_REMOTE_WRITE_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