Minor documentation fix
This commit is contained in:
@@ -22,10 +22,10 @@ This utility uses:
|
||||
|
||||
```bash
|
||||
docker pull bootmediaalix/snowflakeservice
|
||||
docker run -e %{set required .env, see below} -p 9567:9567 -v /data/b00tload-services/snowflake:%{desired path on host} bootmediaalix/snowflakeservice
|
||||
docker run -e %{set required .env, see below} -p 9567:9567 -v %{desired path on host}:/data/b00tload-tools/snowflake bootmediaalix/snowflakeservice
|
||||
```
|
||||
### Containerless
|
||||
A containerless installation is possible, although not supported. For development convenience the application base directory is located in `~/.b00tload-services/snowflake` instead of `/data/b00tload-services/snowflake`.
|
||||
A containerless installation is possible, although not supported. For development convenience the application base directory is located in `~/.b00tload-tools/snowflake` instead of `/data/b00tload-tools/snowflake`.
|
||||
If you want to work containerless you are on your own.
|
||||
## Environment Variables
|
||||
|
||||
|
||||
Reference in New Issue
Block a user