diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-20 07:22:02 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-20 07:22:02 +0000 |
commit | c8efc341b4c6e1f1ecfd4145b678eafa9425460f (patch) | |
tree | 99490aca452d4f648d566235f99001168ee3c849 | |
parent | update (diff) | |
download | icanhazallips-c8efc341b4c6e1f1ecfd4145b678eafa9425460f.tar.gz icanhazallips-c8efc341b4c6e1f1ecfd4145b678eafa9425460f.zip |
update
-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 |