Skip to content

Commit de59cc5

Browse files
committed
Fix outdated Docker image name
nginx/unit is deprecated. unit is the official name now.
1 parent fc288ba commit de59cc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/howto/docker.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ Dockerfile layer:
424424

425425
.. subs-code-block:: docker
426426

427-
FROM nginx/unit:|version|-minimal
427+
FROM unit:|version|-minimal
428428

429429
CMD ["unitd-debug","--no-daemon","--control","unix:/var/run/control.unit.sock"]
430430

@@ -434,7 +434,7 @@ executable with its debug version. Use Unit's :ref:`command-line options
434434

435435
.. subs-code-block:: docker
436436

437-
FROM nginx/unit:|version|-minimal
437+
FROM unit:|version|-minimal
438438

439439
CMD ["unitd","--no-daemon","--control","0.0.0.0:8080"]
440440

0 commit comments

Comments
 (0)