CyberChef/docker-compose.yml

12 lines
286 B
YAML
Raw Normal View History

2020-12-04 20:50:20 +00:00
version: "3.6"
services:
web:
build:
context: .
dockerfile: ./docker/web/Dockerfile
container_name: cyberchef_nginx
restart: always
ports:
- 8080:80
volumes:
- ./build/prod:/usr/share/nginx/html