Skip to content

Commit 3d39488

Browse files
committed
Fix typo
1 parent 9dfd2af commit 3d39488

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,20 +117,20 @@ container is used without lookup using eg. `docker-compose`.
117117

118118
*CONTAINER* is the name of the docker-compose container.
119119

120-
| DSN style configuration | Description |
121-
|:--------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------|
122-
| ``compose:CONTAINER`` | Use container with docker-compose in current directory |
120+
| DSN style configuration | Description |
121+
|:--------------------------------------------------------------------|:------------------------------------------------------------------------------------------------|
122+
| ``compose:CONTAINER`` | Use container with docker-compose in current directory |
123123
| ``compose:CONTAINER;path=/path/to/project`` | Use container with docker-compose in `/path/to/project` directory |
124-
| ``compose:CONTAINER;path=/path/to/project;file=custom-compose-yml`` | Use container with docker-compose in `/path/to/project` directory and `custom-compose.yml` file |
124+
| ``compose:CONTAINER;path=/path/to/project;file=custom-compose.yml`` | Use container with docker-compose in `/path/to/project` directory and `custom-compose.yml` file |
125125
| ``compose:CONTAINER;project-name=foobar`` | Use container with docker-compose in current directory with project name `foobar` |
126126
| ``compose:CONTAINER;host=example.com`` | Use container with docker-compose in current directory with docker host `example.com` |
127127
| ``compose:CONTAINER;env[FOOBAR]=BARFOO`` | Use container with docker-compose in current directory with env var `FOOBAR` set to `BARFOO` |
128128

129-
| Query style configuration | Description |
130-
|:----------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------|
129+
| Query style configuration | Description |
130+
|:----------------------------------------------------------------------|:------------------------------------------------------------------------------------------------|
131131
| ``compose://CONTAINER`` | Use container with docker-compose in current directory |
132132
| ``compose://CONTAINER?path=/path/to/project`` | Use container with docker-compose in `/path/to/project` directory |
133-
| ``compose://CONTAINER?path=/path/to/project&file=custom-compose-yml`` | Use container with docker-compose in `/path/to/project` directory and `custom-compose.yml` file |
133+
| ``compose://CONTAINER?path=/path/to/project&file=custom-compose.yml`` | Use container with docker-compose in `/path/to/project` directory and `custom-compose.yml` file |
134134
| ``compose://CONTAINER?project-name=foobar`` | Use container with docker-compose in current directory with project name `foobar` |
135135
| ``compose://CONTAINER?host=example.com`` | Use container with docker-compose in current directory with docker host `example.com` |
136136
| ``compose://CONTAINER?env[FOOBAR]=BARFOO`` | Use container with docker-compose in current directory with env var `FOOBAR` set to `BARFOO` |

0 commit comments

Comments
 (0)