Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinguy committed Sep 16, 2024
1 parent 17d8881 commit f547bd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerhub/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
server:
image: sunsolution/betterscan-server:latest
image: tcosolutions/betterscan-server:latest
restart: always
environment:
OPENAI_GPT_API: ${OPENAI_GPT_API}
Expand Down Expand Up @@ -43,7 +43,7 @@ services:
retries: 5

worker_1:
image: sunsolution/betterscan-worker:latest
image: tcosolutions/betterscan-worker:latest
ulimits:
stack: -1
restart: always
Expand Down

0 comments on commit f547bd2

Please sign in to comment.