file-explorer/.docker/compose.yml

11 lines
216 B
YAML
Raw Normal View History

2024-12-04 14:51:27 +01:00
services:
file-explorer:
build: .
container_name: file-explorer
ports:
- "8080:80"
volumes:
- ./hosts:/etc/apache2/sites-enabled
- ../:/var/www/project
restart: unless-stopped