file-explorer/.docker/compose.yaml

11 lines
198 B
YAML
Raw Normal View History

2024-12-04 14:40:34 +01:00
services:
www:
build: .
container_name: file-explorer
ports:
- "8741:80"
volumes:
- ./hosts:/etc/apache2/sites-enabled
- ../:/var/www/project
restart: always