Skip to content

Commit 25ecae5

Browse files
committed
Slightly better comment
1 parent d6a8e47 commit 25ecae5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker-compose.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ services:
1818
ports:
1919
- "3306:3306"
2020

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.
2223
sdwebapp:
2324
image: ${REGISTRY}signal_documentation-sdwebapp${TAG}
2425
build:
@@ -49,7 +50,8 @@ services:
4950
ports:
5051
- "6379:6379"
5152

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.
5355
sdnginx:
5456
image: ${REGISTRY}signal_documentation-sdnginx${TAG}
5557
build: ./nginx

0 commit comments

Comments
 (0)