Some checks are pending
learn org at code.softwareshinobi.com/learn.softwareshinobi.com/pipeline/head Build queued...
18 lines
267 B
YAML
18 lines
267 B
YAML
services:
|
|
|
|
links.softwareshinobi.come:
|
|
|
|
container_name: links.softwareshinobi.com
|
|
|
|
image: softwareshinobi/links.softwareshinobi.com
|
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
ports:
|
|
|
|
- 8000:80
|