LicenseServer/docker-compose.yml
2023-05-31 19:02:28 -04:00

8 lines
160 B
YAML

version: '3'
services:
app:
image: git.rainnny.club/rainnny/licenseserver:latest
volumes:
- ./data:/usr/local/app
ports:
- "7500:7500"