LicenseServer/docker-compose.yml

8 lines
160 B
YAML
Raw Permalink Normal View History

2023-05-31 13:08:16 -07:00
version: '3'
services:
app:
image: git.rainnny.club/rainnny/licenseserver:latest
volumes:
2023-05-31 16:02:28 -07:00
- ./data:/usr/local/app
2023-05-31 13:08:16 -07:00
ports:
2023-05-31 16:02:28 -07:00
- "7500:7500"