зеркало из
https://github.com/ceios/ceios.git
synced 2025-10-29 04:04:13 +02:00
13 строки
303 B
YAML
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
|