1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 10:11:34 +02:00
server/docker-compose.yml
2021-10-24 02:04:58 +08:00

8 lines
102 B
YAML

version: "3"
services:
server:
image: fosscord/server
build: .
ports:
- 3001:3001