mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
9 lines
129 B
YAML
9 lines
129 B
YAML
version: '3.1'
|
|
|
|
services:
|
|
app:
|
|
image: 'alfresco/content-app'
|
|
build: '.'
|
|
ports:
|
|
- 3000:80
|