CyberChef/docker-compose.yml
2020-12-04 20:55:18 +00:00

12 lines
281 B
YAML

version: "3.6"
services:
web:
build:
context: .
dockerfile: ./docker/web/Dockerfile
container_name: cyberchef
restart: always
ports:
- 8080:80
volumes:
- ./build/prod:/usr/share/nginx/html