Skip to content

Commit 99ecd61

Browse files
committed
changed phunter image name due to name error in dockerhub
1 parent 68ca4c5 commit 99ecd61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrations/phunter/compose-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ services:
33
build:
44
context: ../integrations/phunter
55
dockerfile: Dockerfile
6-
image: intelowlproject/intelowl_phunter:test
6+
image: intelowlproject/phunter:test

integrations/phunter/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
phunter:
3-
image: intelowlproject/intelowl_phunter:${REACT_APP_INTELOWL_VERSION}
3+
image: intelowlproject/phunter:${REACT_APP_INTELOWL_VERSION}
44
container_name: intelowl_phunter
55
restart: unless-stopped
66
expose:

0 commit comments

Comments
 (0)