Skip to content

Commit

Permalink
Use shorter path to docker-entrypoint.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner committed Aug 24, 2023
1 parent 9157782 commit 792a5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/docker-compose.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Step 4: Start Zammad using DockerHub images

.. code-block:: sh
$ docker exec zammad-docker-compose-zammad-railsserver-1 contrib/docker/docker-entrypoint.sh rails r '...your rails command here...'
$ docker exec zammad-docker-compose-zammad-railsserver-1 /docker-entrypoint.sh rails r '...your rails command here...'
This will manually invoke the docker entrypoint and pass the desired command to it for execution in the proper environment.

Expand Down

0 comments on commit 792a5bb

Please sign in to comment.