mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
12 lines
286 B
YAML
12 lines
286 B
YAML
![]() |
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
|