ISO-Share/docker-compose.yml

12 lines
263 B
YAML
Raw Normal View History

2024-06-21 19:49:06 +00:00
version: "3"
services:
nginx-file-browser:
build:
context: .
dockerfile: Dockerfile
ports:
- 8080:80
volumes:
- ./:/opt/www/files/
image: git.aroy-art.com/aroy/nginx-file-browser