mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-12 15:17:16 +03:00
8 lines
94 B
YAML
8 lines
94 B
YAML
version: '3'
|
|
services:
|
|
app:
|
|
build: .
|
|
ports:
|
|
- 2022:2022
|
|
restart: always
|