Skip to content

Commit

Permalink
Rollback docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Dec 15, 2023
1 parent b0f50c6 commit 8bcca6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions docker/docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@ version: '3.3'

services:
yorkie:
image: 'krapi0314/yorkie:test'
image: 'yorkieteam/yorkie:latest'
container_name: 'yorkie'
command: [
'server',
'--mongo-connection-uri',
'mongodb://mongo:27017',
]
command: ['server', '--mongo-connection-uri', 'mongodb://mongo:27017']
restart: always
ports:
- '8080:8080'
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.3'

services:
yorkie:
image: 'krapi0314/yorkie:test'
image: 'yorkieteam/yorkie:latest'
container_name: 'yorkie'
command: ['server', '--enable-pprof']
restart: always
Expand Down

0 comments on commit 8bcca6c

Please sign in to comment.