You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|``compose:CONTAINER``| Use container with docker-compose in current directory |
123
123
|``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 |
125
125
|``compose:CONTAINER;project-name=foobar``| Use container with docker-compose in current directory with project name `foobar`|
126
126
|``compose:CONTAINER;host=example.com``| Use container with docker-compose in current directory with docker host `example.com`|
127
127
|``compose:CONTAINER;env[FOOBAR]=BARFOO``| Use container with docker-compose in current directory with env var `FOOBAR` set to `BARFOO`|
|``compose://CONTAINER``| Use container with docker-compose in current directory |
132
132
|``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 |
134
134
|``compose://CONTAINER?project-name=foobar``| Use container with docker-compose in current directory with project name `foobar`|
135
135
|``compose://CONTAINER?host=example.com``| Use container with docker-compose in current directory with docker host `example.com`|
136
136
|``compose://CONTAINER?env[FOOBAR]=BARFOO``| Use container with docker-compose in current directory with env var `FOOBAR` set to `BARFOO`|
0 commit comments