Skip to content

Commit

Permalink
ALFREDAPI-527: Put in fixed ports
Browse files Browse the repository at this point in the history
  • Loading branch information
WimCrols committed Dec 4, 2023
1 parent fc92d48 commit 2e6993e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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 2e6993e

Please sign in to comment.