Skip to content

Discrepancy between README and v0.1.2 compose.yaml configuration #52

@GitPuffy

Description

@GitPuffy

The README's example of a docker compose yaml file (compose.yaml) makes no reference to the .env file or directory yet the compose.yaml file in the 0.1.2 tag of the code shows an entry for one.

    volumes:
      - ./.docker-data:/app/data
      - ./.env:/app/.env

Is .env needed? If it is should this be a file or a directory? Ie., should I touch .env or mkdir .env

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