Skip to content

Commit

Permalink
Merge pull request #186 from xenit-eu/ALFREDAPI-527/ports
Browse files Browse the repository at this point in the history
  • Loading branch information
WimCrols authored Dec 4, 2023
2 parents fc92d48 + 6a04bfd commit 55e1ed5
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ This release also drop* support for Alfresco 6.2 and adds support for 7.4.
* [ALFREDAPI-519](https://xenitsupport.jira.com/browse/ALFREDAPI-519): Add support for Alfresco 7.4

### Changed
* [ALFREDAPI-527](https://xenitsupport.jira.com/browse/ALFREDAPI-527):
Alfresco containers use port 8080 now instead of ephemeral ports

### Fixed
* [ALFREDAPI-520](https://xenitsupport.jira.com/browse/ALFREDAPI-520): Enforce encoding on bulk json responses to guarantee clean text
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Alfred API

[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
[![Jenkins Build Status](https://jenkins-2.xenit.eu/buildStatus/icon?job=Xenit+Github%2Falfred-api%2Fmaster&subject=Jenkins)](https://jenkins-2.xenit.eu/job/Xenit%20Github/job/alfred-api/job/master/)
![CI status](https://github.com/xenit-eu/alfred-api/actions/workflows/ci.yml/badge.svg)
[![Maven Central](https://img.shields.io/maven-central/v/eu.xenit.apix/apix-interface.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22eu.xenit.apix%22%20AND%20a%3A%22apix-interface%22)

Alfred API abstracts away past and future changes to the Alfresco, across major and minor versions, providing a stable
Expand Down
2 changes: 1 addition & 1 deletion apix-docker/70/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
alfresco-core:
image: ${DOCKER_IMAGE}
ports:
- "${DOCKER_IP}::8080"
- "${DOCKER_IP}:8080:8080"
volumes:
- alfresco:/opt/alfresco/alf_data
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion apix-docker/71/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
alfresco-core:
image: ${DOCKER_IMAGE}
ports:
- "${DOCKER_IP}::8080"
- "${DOCKER_IP}:8080:8080"
volumes:
- alfresco:/opt/alfresco/alf_data
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion apix-docker/72/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
alfresco-core:
image: ${DOCKER_IMAGE}
ports:
- "${DOCKER_IP}::8080"
- "${DOCKER_IP}:8080:8080"
volumes:
- alfresco:/opt/alfresco/alf_data
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion apix-docker/73/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
alfresco-core:
image: ${DOCKER_IMAGE}
ports:
- "${DOCKER_IP}::8080"
- "${DOCKER_IP}:8080:8080"
volumes:
- alfresco:/opt/alfresco/alf_data
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion apix-docker/74/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
alfresco-core:
image: ${DOCKER_IMAGE}
ports:
- "${DOCKER_IP}::8080"
- "${DOCKER_IP}:8080:8080"
volumes:
- alfresco:/opt/alfresco/alf_data
restart: unless-stopped
Expand Down

0 comments on commit 55e1ed5

Please sign in to comment.