From f3c36dad4ec3e17042741d475848bca913e48f3c Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Tue, 17 Jan 2023 15:35:39 +0330 Subject: first commit --- docker-compose.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docker-compose.yaml (limited to 'docker-compose.yaml') diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..769885b --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,17 @@ +version: "3" +services: + icanhazallips: + image: icanhazallips + build: + context: . + networks: + - mainnet + restart: unless-stopped + ports: + - "9380:8080" + entrypoint: ["/icanhazallips/icanhazallips"] + cap_drop: + - ALL +networks: + mainnet: + driver: bridge -- cgit v1.2.3