diff --git a/docker/docker-compose.prod.yml b/docker/docker-compose.prod.yml index 2d3d345..b15fd8a 100644 --- a/docker/docker-compose.prod.yml +++ b/docker/docker-compose.prod.yml @@ -3,7 +3,7 @@ name: rodhaj_prod services: rodhaj: container_name: rodhaj - image: ghcr.io/transprogrammer/rodhaj:latest + image: ghcr.io/transprogrammer/rodhaj: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}:/rodhaj/bot/config.yml diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index e8edb3f..fb03f86 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -3,7 +3,7 @@ name: rodhaj services: rodhaj: container_name: rodhaj - image: ghcr.io/transprogrammer/rodhaj:latest + image: ghcr.io/transprogrammer/rodhaj: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}:/rodhaj/bot/config.yml