CyberChef/docker-compose.yml

13 lines
281 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
2020-12-04 20:55:18 +00:00
container_name: cyberchef
2020-12-04 20:50:20 +00:00
restart: always
ports:
- 8080:80
volumes:
2020-12-04 20:55:18 +00:00
- ./build/prod:/usr/share/nginx/html