ceios/builder/docker-compose.yml
Jim Andrew Morris 9f997913c0 Pushed builder to wrong folder
changing the folder the disarm-attackflow builder was pushed to
2024-09-13 15:29:20 +09:30

13 строки
303 B
YAML

version: '3.8'
services:
attack-flow:
image: ghcr.io/center-for-threat-informed-defense/attack-flow:latest
## Uncomment this to use the local Dockerfile instead of the official image
#build:
# context: .
# dockerfile: ./Dockerfile
ports:
- 8080:80
restart: always