Skip to content

Commit

Permalink
Fix frida on_message for docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Dec 2, 2024
1 parent c886ea5 commit b75d209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ services:
context: ..
dockerfile: Dockerfile
restart: always
tty: true
volumes:
- $HOME/MobSF/mobsf_data:/home/mobsf/.MobSF
environment:
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=password
- POSTGRES_DB=mobsf
Expand Down

0 comments on commit b75d209

Please sign in to comment.