Skip to content
Snippets Groups Projects
Commit 544d1a1a authored by Mihail Gorceag's avatar Mihail Gorceag
Browse files

fix: change image name in docker compose

parent 42664874
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ version: '3'
services:
server:
image: kotahi/kotahi:latest
image: kotahi/kotahi-elife:latest
depends_on:
- db
ports:
......
......@@ -2,7 +2,7 @@ version: '3'
services:
server:
image: kotahi/kotahi:latest
image: kotahi/kotahi-ncrc:latest
depends_on:
- db
ports:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment