file-explorer/.docker/compose.yml
Constantin Simonis b4294d3fad
Some checks are pending
build / deploy (push) Waiting to run
dockerize project
2024-12-04 14:51:27 +01:00

11 lines
216 B
YAML

services:
file-explorer:
build: .
container_name: file-explorer
ports:
- "8080:80"
volumes:
- ./hosts:/etc/apache2/sites-enabled
- ../:/var/www/project
restart: unless-stopped