10 lines
125 B
YAML
10 lines
125 B
YAML
---
|
|
version: '3'
|
|
services:
|
|
comprofix:
|
|
build:
|
|
context: .
|
|
container_name: comprofix
|
|
ports:
|
|
- 8080:80
|