Skip to content

Idea: Snippets for some well-known services (postgres, redis, etc.), including common ports #86

@spotlesscoder

Description

@spotlesscoder

Given that a user has created this file so far:

version: '3.8'

services: 
  elasticsearch:
    image: docker.elastic.co/elasticsearch
    ports: 

pressing enter should automatically open intellisense and suggest to add both the lines:

- 9200:9200
- 9300:9300

Because they are popular port mappings for elasticsearch

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions