Skip to content

Commit b75d209

Browse files
committed
Fix frida on_message for docker compose
1 parent c886ea5 commit b75d209

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/docker-compose.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ services:
6363
context: ..
6464
dockerfile: Dockerfile
6565
restart: always
66+
tty: true
6667
volumes:
6768
- $HOME/MobSF/mobsf_data:/home/mobsf/.MobSF
68-
environment:
69+
environment:
6970
- POSTGRES_USER=postgres
7071
- POSTGRES_PASSWORD=password
7172
- POSTGRES_DB=mobsf

0 commit comments

Comments
 (0)