Update Servers/Containerization/Docker/Compose/Niltalk.md
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
**Purpose**: Niltalk is a web based disposable chat server. It allows users to create password protected disposable, ephemeral chatrooms and invite peers to chat rooms.
|
**Purpose**: Niltalk is a web based disposable chat server. It allows users to create password protected disposable, ephemeral chatrooms and invite peers to chat rooms.
|
||||||
|
|
||||||
```jsx title="docker-compose.yml"
|
```yaml title="docker-compose.yml"
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@ -40,6 +40,6 @@ volumes:
|
|||||||
niltalk-data:
|
niltalk-data:
|
||||||
```
|
```
|
||||||
|
|
||||||
```jsx title=".env"
|
```yaml title=".env"
|
||||||
Not Applicable
|
Not Applicable
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user