Files
BoxGenerator/docker-compose.yml
Халимов Рустам f7fbae506e WIP on test
2026-07-03 09:46:35 +03:00

10 lines
133 B
YAML

version: '3.8'
services:
printfit:
build: .
container_name: printfit-app
ports:
- "1101:80"
restart: always