Skip to content

Commit

Permalink
add localhost/ prefix in compose file images
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Jul 25, 2024
1 parent ff64c64 commit 62da631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose-components.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2"
services:
alfresco:
image: alfresco-content-repository:latest
image: localhost/alfresco-content-repository:latest
mem_limit: 1900m
environment:
JAVA_TOOL_OPTIONS: >-
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2"
services:
alfresco:
image: alfresco-content-repository:latest
image: localhost/alfresco-content-repository:latest
mem_limit: 1900m
environment:
JAVA_TOOL_OPTIONS: >-
Expand Down

0 comments on commit 62da631

Please sign in to comment.