mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
improved docker setup (#313)
This commit is contained in:
@@ -2,3 +2,4 @@ ALFRESCO_TAG=6.0.4-ea
|
||||
SHARE_TAG=6.0.a
|
||||
SOLR6_TAG=1.1.0
|
||||
POSTGRES_TAG=10.1
|
||||
ACA_TAG=development
|
||||
|
@@ -68,7 +68,7 @@ services:
|
||||
- 8983:8983 #Browser port
|
||||
|
||||
content-app:
|
||||
image: alfresco/alfresco-content-app:development
|
||||
image: alfresco/alfresco-content-app:${ACA_TAG}
|
||||
depends_on:
|
||||
- alfresco
|
||||
networks:
|
||||
|
Reference in New Issue
Block a user