shortr/docker-compose.yml
2024-09-12 21:44:31 +03:00

9 lines
186 B
YAML

version: '3.8'
services:
shortr-app:
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:8080"
restart: unless-stopped