GShellAutomator/QWAccountServer/docker-compose.yml

9 lines
144 B
YAML
Raw Normal View History

services:
accountserver:
build: .
ports:
- "12345:12345"
volumes:
- ./code:/code
- ./account_data:/account_data