@@ -33,7 +33,7 @@ services:
33
33
POSTGRES_PASSWORD :
34
34
POSTGRES_USER : guacamole_user
35
35
ports :
36
- - 5432/tcp
36
+ - " 5432/tcp"
37
37
volumes :
38
38
- ./init/postgres:/docker-entrypoint-initdb.d:ro
39
39
- postgres-data:/var/lib/postgresql/data:rw
@@ -53,7 +53,7 @@ services:
53
53
- guacd
54
54
- postgres
55
55
ports :
56
- - 8080/tcp # Guacamole is on :8080/guacamole, not /.
56
+ - " 8080/tcp" # Guacamole is on :8080/guacamole, not /.
57
57
networks :
58
58
- guacamole
59
59
- expose
@@ -63,7 +63,7 @@ services:
63
63
command : [ "-visionAddress", "224.5.23.2:10006" ]
64
64
restart : unless-stopped
65
65
ports :
66
- - 8082/tcp
66
+ - " 8082/tcp"
67
67
networks :
68
68
- match
69
69
- expose
@@ -72,7 +72,7 @@ services:
72
72
image : robocupssl/ssl-status-board:2.11.7
73
73
restart : unless-stopped
74
74
ports :
75
- - 8082/tcp
75
+ - " 8082/tcp"
76
76
networks :
77
77
- match
78
78
- expose
@@ -92,7 +92,7 @@ services:
92
92
volumes :
93
93
- ssl-game-controller-config:/config:rw
94
94
ports :
95
- - 8081/tcp
95
+ - " 8081/tcp"
96
96
networks :
97
97
- referee
98
98
- expose
@@ -108,9 +108,9 @@ services:
108
108
- " mc,224.5.23.2:10010,224.5.23.2:11010,Tracker"
109
109
restart : unless-stopped
110
110
ports :
111
- - 10007/tcp
112
- - 10008/tcp
113
- - 10011/tcp
111
+ - " 10007/tcp"
112
+ - " 10008/tcp"
113
+ - " 10011/tcp"
114
114
networks :
115
115
- referee
116
116
- match
@@ -124,9 +124,9 @@ services:
124
124
GEOMETRY : " 2020"
125
125
REALISM : " RC2021"
126
126
ports :
127
- - 10300/udp
128
- - 10301/udp
129
- - 10302/udp
127
+ - " 10300/udp"
128
+ - " 10301/udp"
129
+ - " 10302/udp"
130
130
networks :
131
131
- simulator
132
132
@@ -140,9 +140,9 @@ services:
140
140
- " mc,224.5.23.2:10010,224.5.23.2:11010,Tracker"
141
141
restart : unless-stopped
142
142
ports :
143
- - 10300/udp
144
- - 10301/udp
145
- - 10302/udp
143
+ - " 10300/udp"
144
+ - " 10301/udp"
145
+ - " 10302/udp"
146
146
networks :
147
147
- simulator
148
148
- match
@@ -188,8 +188,8 @@ services:
188
188
- ssl-auto-recorder-data:/ssl-auto-recorder-data:rw
189
189
- ssl-game-controller-config:/ssl-game-controller-config:rw
190
190
ports :
191
- - 5901/tcp
192
- - 2222/tcp
191
+ - " 5901/tcp"
192
+ - " 2222/tcp"
193
193
networks :
194
194
- match
195
195
- guacamole
@@ -204,7 +204,7 @@ services:
204
204
environment :
205
205
- VNC_PASSWORD=${VNC_PW}
206
206
ports :
207
- - 5900/tcp
207
+ - " 5900/tcp"
208
208
networks :
209
209
- match
210
210
- guacamole
@@ -217,7 +217,7 @@ services:
217
217
environment :
218
218
- VNC_PASSWORD=${VNC_PW}
219
219
ports :
220
- - 5900/tcp
220
+ - " 5900/tcp"
221
221
networks :
222
222
- match
223
223
- guacamole
0 commit comments