Skip to content

Commit

Permalink
docs: fix code highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Jul 3, 2024
1 parent f8ce3a2 commit 44660f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ Containers can be reused across consecutive test runs.
How to use?
^^^^^^^^^^^

1. Add `testcontainers.reuse.enable=true` to `~/.testcontainers.properties`
2. Disable ryuk by setting the environment variable `TESTCONTAINERS_RYUK_DISABLED=true`
3. Instantiate a container using `with_reuse`
1. Add :code:`testcontainers.reuse.enable=true` to :code:`~/.testcontainers.properties`
2. Disable ryuk by setting the environment variable :code:`TESTCONTAINERS_RYUK_DISABLED=true`
3. Instantiate a container using :code:`with_reuse`

.. doctest::

Expand Down

0 comments on commit 44660f1

Please sign in to comment.