docker-nginx-fancyindex/docker-compose.yml
2023-06-18 11:14:24 +08:00

13 lines
239 B
YAML

version: "3"
services:
fancyindex:
image: fancyindex
build: .
container_name: fancyindex
hostname: fancyindex
ports:
- "3004:80/tcp"
volumes:
- type: bind
source: ./data
target: /public