c525e0ab创建于 2022年11月17日历史提交
version: '3'

services:
  mywebapp:
    image: ubuntu:latest
    tty: true
    restart: always
    container_name: scan4all
    volumes:
      - ./tools:/tools
      - ./config:/config
    entrypoint:
    - /bin/bash
    - /tools/start.sh