You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,36 +9,41 @@
9
9
### Docker compose way
10
10
11
11
#### 1. Prepare `.env`
12
+
12
13
```console
13
14
cp .env-dist .env
14
15
```
16
+
15
17
Then fill fields in `.env` by your text editor with needed values
16
18
17
19
You can create your own css themes or edit existing ones. Script will copy all css files which ends with `.example`. See in [/www/css/themes](https://github.com/katzterd/1chan-docker/tree/master/www/css/themes)
0 commit comments