We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ca4c5 commit 99ecd61Copy full SHA for 99ecd61
integrations/phunter/compose-tests.yml
@@ -3,4 +3,4 @@ services:
3
build:
4
context: ../integrations/phunter
5
dockerfile: Dockerfile
6
- image: intelowlproject/intelowl_phunter:test
+ image: intelowlproject/phunter:test
integrations/phunter/compose.yml
@@ -1,6 +1,6 @@
1
services:
2
phunter:
- image: intelowlproject/intelowl_phunter:${REACT_APP_INTELOWL_VERSION}
+ image: intelowlproject/phunter:${REACT_APP_INTELOWL_VERSION}
container_name: intelowl_phunter
restart: unless-stopped
expose:
0 commit comments