aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-01-20 07:22:02 +0000
committerterminaldweller <thabogre@gmail.com>2023-01-20 07:22:02 +0000
commitc8efc341b4c6e1f1ecfd4145b678eafa9425460f (patch)
tree99490aca452d4f648d566235f99001168ee3c849
parentupdate (diff)
downloadicanhazallips-c8efc341b4c6e1f1ecfd4145b678eafa9425460f.tar.gz
icanhazallips-c8efc341b4c6e1f1ecfd4145b678eafa9425460f.zip
update
-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