Skip to content

Commit d2ecdd2

Browse files
authored
Update README.md
- Simplify Compatibility table - Remove hard coded version of "Single Line Command Execution" + add note to specify the change
1 parent 7f898ed commit d2ecdd2

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,8 @@ SMA Technologies assumes no liability for damage caused by the usage of any of t
1717

1818
| Docker-Compose Version | OpCon Version |
1919
|-------------------------|----------------|
20-
| 1.0.0 | 19.1.1+ |
21-
| 1.0.1 | 19.1.1+ |
22-
| 1.0.2 | 19.1.1+ |
23-
| 1.0.3 | 19.1.1+ |
24-
| 1.0.4 | 19.1.1+ |
25-
| 1.0.5 | 20.0.0+ |
26-
| 1.0.6 | 20.0.0+ |
27-
| 1.0.7 | 20.0.0+ |
20+
| >=1.0.0 | 19.1.1+ |
21+
| >=1.0.5 | 20.0.0+ |
2822

2923
# Docker-Compose Instructions
3024
Grab the **[docker-compose.yml](docker-compose.yml)** file, define your environment variables via the **.env** file and then run the following command to start MS SQL and OpCon Server containers.
@@ -35,14 +29,16 @@ Note: *You must be on the same directory as your docker-compose.yml file*
3529

3630
**Single Line Command Execution**
3731

32+
*Please replace **<TAG_VERSION>** with the correct one* (https://github.com/SMATechnologies/opcon-docker/tags)
33+
3834
Linux / macOS:
3935
```
40-
curl -L https://raw.githubusercontent.com/SMATechnologies/opcon-docker/1.0.6/docker-compose.yml --output docker-compose.yml && SQL_ADMIN_PASSWORD=MssqlP@ssWord42 DB_PASSWORD=OpconP@ssWord42 VOLUME_PATH=/tmp/opcon docker-compose up
36+
curl -L https://raw.githubusercontent.com/SMATechnologies/opcon-docker/<TAG_VERSION>/docker-compose.yml --output docker-compose.yml && SQL_ADMIN_PASSWORD=MssqlP@ssWord42 DB_PASSWORD=OpconP@ssWord42 VOLUME_PATH=/tmp/opcon docker-compose up
4137
```
4238

4339
Windows:
4440
```
45-
curl -L https://raw.githubusercontent.com/SMATechnologies/opcon-docker/1.0.6/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
41+
curl -L https://raw.githubusercontent.com/SMATechnologies/opcon-docker/<TAG_VERSION>/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
4642
```
4743

4844
## Environment Variables

0 commit comments

Comments
 (0)