summary refs log tree commit diff
path: root/docker-compose.yml
blob: 3c03220cf9890fa2e50ed56c52e7aa4223e24970 (plain) (blame)
1
2
3
4
5
6
7
version: "3"
services:
  server:
    image: fosscord/server
    build: .
    ports:
      - 3001:3001