aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml4
1 files changed, 3 insertions, 1 deletions
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