This repository has been archived on 2026-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
arangosearch/docker-compose.yml
T

8 lines
121 B
YAML
Raw Normal View History

2022-10-18 19:24:44 +01:00
services:
arangodb:
image: arangodb:latest
environment:
ARANGO_NO_AUTH: 1
ports:
- "8529:8529"