Skip to content

Commit

Permalink
Merge pull request #465 from ydb-platform/fix_docker_image
Browse files Browse the repository at this point in the history
Fix docker image in tls compose file
  • Loading branch information
vgvoleg authored Jul 31, 2024
2 parents a316575 + bee65a9 commit 2042a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-tls.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
ydb:
image: cr.yandex/yc/yandex-docker-local-ydb:latest
image: ydbplatform/local-ydb:trunk
restart: always
ports:
- 2136:2136
Expand Down

0 comments on commit 2042a16

Please sign in to comment.