diff options
Diffstat (limited to '')
-rw-r--r-- | docker-compose.yaml | 4 |
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 |