File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,18 +99,16 @@ By default if there are existing containers for a service, `fig up` will stop an
9999
100100## Environment Variables
101101
102- Fig commands support the following environment variables
102+ Several environment variables can be used to configure Fig's behaviour.
103103
104- ### FIG_PROJECT_NAME
104+ ### FIG \_ PROJECT \_ NAME
105105
106- Set the project name. Defaults to the ` basename ` of the current working
107- directory.
106+ Set the project name, which is prepended to the name of every container started by Fig. Defaults to the ` basename ` of the current working directory.
108107
109- ### FIG_FILE
108+ ### FIG \_ FILE
110109
111- Set the path to the ` fig.yml ` to use. Defaults to ` fig.yml ` in the current
112- working directory.
110+ Set the path to the ` fig.yml ` to use. Defaults to ` fig.yml ` in the current working directory.
113111
114- ### DOCKER_HOST
112+ ### DOCKER \_ HOST
115113
116- Set the url to the docker remote .
114+ Set the URL to the docker daemon. Defaults to ` unix:///var/run/docker.sock ` , as with the docker client .
You can’t perform that action at this time.
0 commit comments