Update docker-compose.yml
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
services:
|
services:
|
||||||
apache-php:
|
apache-php:
|
||||||
|
container_name: apache-php
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: apache-php
|
|
||||||
ports:
|
ports:
|
||||||
- "8280:80"
|
- "8080:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./html:/var/www/html
|
- ./html:/var/www/html
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user