Skip to content

Remove redundancy in README#8

Open
roschaefer wants to merge 1 commit intopixelhumain:masterfrom
roschaefer:remove_redundancy_in_README
Open

Remove redundancy in README#8
roschaefer wants to merge 1 commit intopixelhumain:masterfrom
roschaefer:remove_redundancy_in_README

Conversation

@roschaefer
Copy link

Remove redundancy in README

  • Remove executable permissions of docker-compose files (unnecessary)
  • Remove explicit -f docker-compose.yml (unnecessary)

docker-compose reads two files by default:

  • docker-compose.yml
  • docker-compose.override.yml

Only specify -f docker-compose.yml if you want to override this
behaviour. We don't have a docker-compose.override.yml so there is no
need for this.

* Remove executable permissions of docker-compose files (unnecessary)
* Remove explicit `-f docker-compose.yml` (unnecessary)

`docker-compose` reads [two files by default](https://docs.docker.com/compose/extends/):
- docker-compose.yml
- docker-compose.override.yml

Only specify `-f docker-compose.yml` if you want to override this
behaviour. We don't have a `docker-compose.override.yml` so there is no
need for this.
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.

1 participant