Cuckoosweeper / docker-compose.yml
Zok213's picture
Upload 7 files
1b61f5c verified
raw
history blame contribute delete
No virus
132 Bytes
version: '3'
services:
web:
build: .
ports:
- "7860:80"
volumes:
- ./public:/usr/share/nginx/html