blob: 23008a96fd7f6286a17730416705137754d2a7f7 (
plain) (
tree)
|
|
version: "3"
services:
icanhazallips:
image: icanhazallips
build:
context: .
networks:
- mainnet
restart: unless-stopped
ports:
- target: 8080
publish: 9380
mode: host
entrypoint: ["/icanhazallips/icanhazallips"]
cap_drop:
- ALL
networks:
mainnet:
driver: bridge
|