You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Basic-Docker-Databases/tarantool/docker-compose.yml

11 lines
250 B

version: '3.2'
services:
tarantool:
image: tarantool/tarantool:2.7.2
# x.x.0 = alpha, x.x.1 = beta, x.x.2+ = stable, latest not always stable
volumes:
- ./tarantool-data:/usr/local/share/tarantool
ports:
- "3301:3301"