Skip to content

Commit

Permalink
use ghcr image instead of building it
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Sep 10, 2024
1 parent da11cdd commit 8c686c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: kanae
services:
kanae:
container_name: kanae
build:
context: .
dockerfile: Dockerfile
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
4 changes: 1 addition & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: kanae
services:
kanae:
container_name: kanae
build:
context: .
dockerfile: Dockerfile
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 8c686c8

Please sign in to comment.