File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ services:
18
18
ports :
19
19
- " 3306:3306"
20
20
21
- # Production service - "service", "image", and "container_name" are important!
21
+ # Production service - "service", "image", and "container_name" should all contain the same
22
+ # reference, based on the name of the service.
22
23
sdwebapp :
23
24
image : ${REGISTRY}signal_documentation-sdwebapp${TAG}
24
25
build :
@@ -49,7 +50,8 @@ services:
49
50
ports :
50
51
- " 6379:6379"
51
52
52
- # Production service - "service", "image", and "container_name" are important!
53
+ # Production service - "service", "image", and "container_name" should all contain the same
54
+ # reference, based on the name of the service.
53
55
sdnginx :
54
56
image : ${REGISTRY}signal_documentation-sdnginx${TAG}
55
57
build : ./nginx
You can’t perform that action at this time.
0 commit comments