Skip to content

Commit ddaec38

Browse files
committed
Trim trailing whitespace
Unnecessary; goes with what .editorconfig states
1 parent 2774671 commit ddaec38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/doc/installation/with-docker-rootless.en-us.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ services:
8282
restart: always
8383
volumes:
8484
- ./data:/var/lib/gitea
85-
- ./config:/etc/gitea
85+
- ./config:/etc/gitea
8686
- /etc/timezone:/etc/timezone:ro
8787
- /etc/localtime:/etc/localtime:ro
8888
ports:
@@ -112,7 +112,7 @@ services:
112112
restart: always
113113
volumes:
114114
- ./data:/var/lib/gitea
115-
- ./config:/etc/gitea
115+
- ./config:/etc/gitea
116116
- /etc/timezone:/etc/timezone:ro
117117
- /etc/localtime:/etc/localtime:ro
118118
ports:
@@ -153,7 +153,7 @@ services:
153153
restart: always
154154
volumes:
155155
- ./data:/var/lib/gitea
156-
- ./config:/etc/gitea
156+
- ./config:/etc/gitea
157157
- /etc/timezone:/etc/timezone:ro
158158
- /etc/localtime:/etc/localtime:ro
159159
ports:

0 commit comments

Comments
 (0)