Skip to content

Instantly share code, notes, and snippets.

@srikanthlogic
Last active February 10, 2022 06:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srikanthlogic/f023ed00b9c16a95bce673d10d5123bc to your computer and use it in GitHub Desktop.
Save srikanthlogic/f023ed00b9c16a95bce673d10d5123bc to your computer and use it in GitHub Desktop.
MobSF Stack
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