Skip to content

Commit 915cda9

Browse files
committed
Update README.rst
1 parent a9898da commit 915cda9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@ Deploy in a Docker container
132132
To deploy in a docker container, you have to expose the port 5000, for
133133
example with the following command:
134134
::
135-
docker run -d --name webhooks -p 5000:5000 lrineau/python-github-webhooks
135+
docker run -d --name webhooks -p 5000:5000 cgal/python-github-webhooks
136136

137137
You can also mount volume to setup the ``hooks/`` directory, and the file
138138
``config.json``:
139139
::
140-
docker run -d --name webhooks -v /path/to/my/hooks:/src/hooks -v /path/to/my/config.json:/src/config.json -p 5000:5000 lrineau/python-github-webhooks
140+
docker run -d --name webhooks -v /path/to/my/hooks:/src/hooks -v /path/to/my/config.json:/src/config.json -p 5000:5000 cgal/python-github-webhooks
141141

142142
Debug
143143
=====

0 commit comments

Comments
 (0)