init
This commit is contained in:
12
static/Vvvebjs/docker-compose.yml
Normal file
12
static/Vvvebjs/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
# sudo apt install docker-compose
|
||||
# sudo docker-compose up -d
|
||||
version: '3.8'
|
||||
services:
|
||||
php:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- ./:/var/www/html
|
||||
ports:
|
||||
- 8080:80
|
||||
Reference in New Issue
Block a user