Files
mobile-app-prototip/docker-compose.yml
T
2026-04-22 19:18:09 +05:00

8 lines
118 B
YAML

services:
web:
build: .
image: pcs-pt-mobile:local
ports:
- "8080:80"
restart: unless-stopped