Skip to content

Commit

Permalink
Fix incorrect Docker compose image (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 authored Sep 10, 2024
1 parent 3fd2c8d commit d3d8863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: kanae
services:
kanae:
container_name: kanae
image: ghcr.io/UCMercedACM/kanae:edge
image: ghcr.io/ucmercedacm/kanae:edge
volumes:
# Do not edit the next line. If you want to change the path of the configuration file, please edit the CONFIG_LOCATION variable
- ${CONFIG_LOCATION}:/kanae/server/config.yml
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: kanae
services:
kanae:
container_name: kanae
image: ghcr.io/UCMercedACM/kanae:edge
image: ghcr.io/ucmercedacm/kanae:edge
volumes:
# Do not edit the next line. If you want to change the path of the configuration file, please edit the CONFIG_LOCATION variable
- ${CONFIG_LOCATION}:/kanae/server/config.yml
Expand Down

0 comments on commit d3d8863

Please sign in to comment.