@@ -8,13 +8,10 @@ Container image: [DockerHub](https://hub.docker.com/r/oitc/modbus-server)
8
8
9
9
# Supported tags and respective ` Dockerfile ` links
10
10
11
- * [ ` latest ` , ` 1.3.1 ` ] ( https://github.com/cybcon/modbus-server/blob/v1.3.1/Dockerfile )
11
+ * [ ` latest ` , ` 1.3.2 ` ] ( https://github.com/cybcon/modbus-server/blob/v1.3.2/Dockerfile )
12
+ * [ ` 1.3.1 ` ] ( https://github.com/cybcon/modbus-server/blob/v1.3.1/Dockerfile )
12
13
* [ ` 1.3.0 ` ] ( https://github.com/cybcon/modbus-server/blob/v1.3.0/Dockerfile )
13
14
* [ ` 1.2.0 ` ] ( https://github.com/cybcon/modbus-server/blob/v1.2.0/Dockerfile )
14
- * [ ` 1.1.5 ` ] ( https://github.com/cybcon/modbus-server/blob/v1.1.5/Dockerfile )
15
- * [ ` 1.1.4 ` ] ( https://github.com/cybcon/modbus-server/blob/v1.1.4/Dockerfile )
16
- * [ ` 1.1.3 ` ] ( https://github.com/cybcon/modbus-server/blob/v1.1.3/Dockerfile )
17
- * [ ` 1.1.2 ` ] ( https://github.com/cybcon/modbus-server/blob/v1.1.2/Dockerfile )
18
15
19
16
# What is Modbus TCP Server?
20
17
@@ -170,8 +167,6 @@ Example configuration of pre-defined registers from type "Holding Registers" or
170
167
# Docker compose configuration
171
168
172
169
``` yaml
173
- version : ' 3.8'
174
-
175
170
services :
176
171
modbus-server :
177
172
container_name : modbus-server
@@ -192,7 +187,7 @@ I would appreciate a small donation to support the further development of my ope
192
187
193
188
# License
194
189
195
- Copyright (c) 2020-2023 Michael Oberdorf IT-Consulting
190
+ Copyright (c) 2020-2024 Michael Oberdorf IT-Consulting
196
191
197
192
Permission is hereby granted, free of charge, to any person obtaining a copy
198
193
of this software and associated documentation files (the "Software"), to deal
0 commit comments