From 2078cb0ee0be877647c7a8b7fc53e200fd6add46 Mon Sep 17 00:00:00 2001 From: A3 <59868436+101br03k@users.noreply.github.com> Date: Sat, 17 Aug 2024 21:31:21 +0200 Subject: [PATCH] added container name and restart policy --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0f79e98..92e8efd 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ Any missing converter? Open an issue or pull request! services: convertx: image: ghcr.io/c4illin/convertx + container_name: convertx + restart: unless-stopped ports: - "3000:3000" environment: # Defaults are listed below. All are optional.