Last active
February 10, 2022 06:10
-
-
Save srikanthlogic/f023ed00b9c16a95bce673d10d5123bc to your computer and use it in GitHub Desktop.
MobSF Stack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3.8" | |
services: | |
web: | |
image: ghcr.io/srikanthlogic/mobsf:latest | |
hostname: mobsfhost | |
extra_hosts: | |
- "host.docker.internal:host-gateway" | |
deploy: | |
replicas: 1 | |
restart_policy: | |
condition: on-failure | |
ports: | |
- "8000:8000" | |
networks: | |
- webnet | |
networks: | |
webnet: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment