Moved docker-compose.yml to the README file

This commit is contained in:
Braydon 2023-06-01 01:17:53 -04:00
parent 982ff08f11
commit 2a5351484a

@ -1,8 +0,0 @@
version: '3'
services:
app:
image: git.rainnny.club/rainnny/licenseserver:latest
volumes:
- ./data:/usr/local/app
ports:
- "7500:7500"