From 04f9e2dc82f8bca599b7e7d968e1bb4546b66f32 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 5 Feb 2023 22:25:44 +0330 Subject: fixed a typo, its published not publish --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index f60b052..54ae340 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -9,7 +9,7 @@ services: restart: unless-stopped ports: - target: 8080 - publish: 9380 + published: 9380 mode: host entrypoint: ["/icanhazallips/icanhazallips"] cap_drop: -- cgit v1.2.3