This is working for me to recreate above
version: “3.8”
services:
mongo1:
image: mongodb/atlas:latest
ports:
- 27017:27017
privileged: true
entrypoint: atlas deployments setup --bindIpAll --username root --password root --type local --force
@Igor_Prokopenkov
1 Like