ソースを参照

fix typo (#17614)

tags/v1.16.0-rc1
缘生 2年前
コミット
83a04e42cc
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更3行の追加1行の削除
  1. 3
    1
      docs/content/doc/installation/with-docker-rootless.en-us.md

+ 3
- 1
docs/content/doc/installation/with-docker-rootless.en-us.md ファイルの表示

@@ -168,7 +168,9 @@ named volumes; Docker will deal with that automatically.
version: "2"

+volumes:
+ gitea:
+ gitea-data:
+ driver: local
+ gitea-config:
+ driver: local
+
services:

読み込み中…
キャンセル
保存