File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,18 @@ docker-compose up
27
27
```
28
28
Note: * You must be on the same directory as your docker-compose.yml file*
29
29
30
- ** Single Line Command Execution: **
30
+ ** Single Line Command Execution**
31
31
32
+ Linux / macOS:
32
33
```
33
34
curl -L https://raw.githubusercontent.com/SMATechnologies/opcon-docker/1.0.2/docker-compose.yml --output docker-compose.yml && SQL_ADMIN_PASSWORD=MssqlP@ssWord42 DB_PASSWORD=OpconP@ssWord42 VOLUME_PATH=/tmp/opcon docker-compose up
34
35
```
35
36
37
+ Windows:
38
+ ```
39
+ curl -L https://raw.githubusercontent.com/SMATechnologies/opcon-docker/1.0.2/docker-compose.yml --output docker-compose.yml; $env:SQL_ADMIN_PASSWORD="MssqlP@ssWord42"; $env:DB_PASSWORD="OpconP@ssWord42"; $env:VOLUME_PATH="C:\OpCon\"; docker-compose up
40
+ ```
41
+
36
42
## Environment Variables
37
43
38
44
### Mandatory
You can’t perform that action at this time.
0 commit comments