dockerize project
This commit is contained in:
10
.docker/compose.yaml
Normal file
10
.docker/compose.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
services:
|
||||
www:
|
||||
build: .
|
||||
container_name: file-explorer
|
||||
ports:
|
||||
- "8741:80"
|
||||
volumes:
|
||||
- ./hosts:/etc/apache2/sites-enabled
|
||||
- ../:/var/www/project
|
||||
restart: always
|
Reference in New Issue
Block a user