diff --git a/npmplus/compose.yaml b/npmplus/compose.yaml index bf9cdd6..160d502 100644 --- a/npmplus/compose.yaml +++ b/npmplus/compose.yaml @@ -4,7 +4,11 @@ services: container_name: npmplus image: docker.io/zoeyvid/npmplus:latest # or ghcr.io/zoeyvid/npmplus:latest restart: unless-stopped - network_mode: host +# network_mode: host + ports: + - "80:80" + - "81:81" + - "443:443" # ipc: host # required when you want to use the openappsec attachment module # cap_add: # required if you set NGINX_QUIC_BPF to true # - BPF # required if you set NGINX_QUIC_BPF to true @@ -218,3 +222,8 @@ services: volumes: data: {} + +networks: + default: + name: npmplus + external: true