18 lines
261 B
YAML
18 lines
261 B
YAML
services:
|
|
|
|
www.softwareshinobi.come:
|
|
|
|
container_name: www.softwareshinobi.com
|
|
|
|
image: softwareshinobi/www.softwareshinobi.com
|
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
ports:
|
|
|
|
- 8000:80
|