Skip to content

Commit

Permalink
Use a newer Python version in the docker docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Preinstorfer committed Jun 11, 2022
1 parent c250529 commit a7716d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A ``docker-compose.yaml`` could look like this:

.. code-block:: yaml
version: "3.7"
version: "3.9"
services:
pyfeeds:
image: pyfeeds/pyfeeds:latest
Expand All @@ -28,7 +28,7 @@ volume which could be picked up by a webserver:

.. code-block:: yaml
version: "3.7"
version: "3.9"
services:
pyfeeds-server:
image: nginx:stable-alpine
Expand Down

0 comments on commit a7716d4

Please sign in to comment.