File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,12 +132,12 @@ Deploy in a Docker container
132
132
To deploy in a docker container, you have to expose the port 5000, for
133
133
example with the following command:
134
134
::
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
136
136
137
137
You can also mount volume to setup the ``hooks/ `` directory, and the file
138
138
``config.json ``:
139
139
::
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
141
141
142
142
Debug
143
143
=====
You can’t perform that action at this time.
0 commit comments