12 lines
263 B
YAML
12 lines
263 B
YAML
|
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
|