mirror of
https://github.com/docker/compose.git
synced 2025-07-21 04:34:38 +02:00
Tweak wording of scale warning
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
9ffe69a572
commit
445fe89fce
@ -158,7 +158,7 @@ class Service(object):
|
|||||||
- removes all stopped containers
|
- removes all stopped containers
|
||||||
"""
|
"""
|
||||||
if self.specifies_host_port():
|
if self.specifies_host_port():
|
||||||
log.warn('Service %s specifies a port on the host. If multiple containers '
|
log.warn('The "%s" service specifies a port on the host. If multiple containers '
|
||||||
'for this service are created on a single host, the port will clash.'
|
'for this service are created on a single host, the port will clash.'
|
||||||
% self.name)
|
% self.name)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user