From c8efc341b4c6e1f1ecfd4145b678eafa9425460f Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 20 Jan 2023 10:52:02 +0330 Subject: update --- docker-compose.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 769885b..23008a9 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -8,7 +8,9 @@ services: - mainnet restart: unless-stopped ports: - - "9380:8080" + - target: 8080 + publish: 9380 + mode: host entrypoint: ["/icanhazallips/icanhazallips"] cap_drop: - ALL -- cgit v1.2.3