Skip to content

Commit 78f694f

Browse files
authored
Update deploying-in-docker-compose.rst
1 parent da947f9 commit 78f694f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/docker/deploying-in-docker-compose.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ an action server image, see :ref:`building-an-action-server-image`.
103103
command:
104104
- run
105105
app:
106-
image: <your action server image>
106+
image: <image:tag>
107107
expose: 5055
108108
109109
The ``expose: 5005`` is what allows the ``rasa`` service to reach the ``app`` service on that port.

0 commit comments

Comments
 (0)