Skip to content

Commit 6d7840f

Browse files
authored
Enhance Docker tutorial with compose flags note
Added note about using flags with docker compose in the troubleshooting section.
1 parent 7c5a137 commit 6d7840f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/DOCKER_TUTORIAL.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ restart the normal container:
252252
253253
You can also append any other AppDaemon flags to the end of the command line if desired, e.g. to use time travel.
254254

255+
Note that when using ``docker compose``, you can add required flags via the ``command:`` directive, such as ``command: -D DEBUG``.
256+
255257
Timezones
256258
^^^^^^^^^
257259

0 commit comments

Comments
 (0)