cake_crm/docker-compose.yml

11 lines
127 B
YAML
Raw Normal View History

2024-05-19 10:02:50 +00:00
version: '3.8'
services:
cake_crm:
build:
context: .
dockerfile: Dockerfile
ports:
2024-05-20 22:28:57 +00:00
- "8080:8090"
2024-05-19 10:02:50 +00:00