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 Nov 30, 2023
1 parent f94dc05 commit 0734da8
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 0734da8

Please sign in to comment.