Skip to content

Conversation

@yuliasid
Copy link

Note: The command docker compose up -d is valid in Docker versions 19.03 and later, where Docker Compose is integrated into the Docker CLI. In older versions, or for traditional syntax, use docker-compose up -d.

Note: The command docker compose up -d is valid in Docker versions 19.03 and later, where Docker Compose is integrated into the Docker CLI. In older versions, or for traditional syntax, use docker-compose up -d.
```
docker compose up -d
```
Note: In Docker versions before 19.03, use `docker-compose up -d` as the command syntax.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this might not work with current docker-compose.yaml https://github.com/Layr-Labs/eigenda-operator-setup/blob/master/docker-compose.yml#L31 - I think readonly needs to change to ro as I think readonly is not backward compatible. Please check this assumption.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants