shortr/docker-compose.yml

11 lines
234 B
YAML
Raw Normal View History

2024-09-12 21:44:31 +03:00
version: '3.8'
services:
shortr:
2024-09-12 21:44:31 +03:00
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:8080"
2024-09-12 21:59:49 +03:00
restart: unless-stopped
command: ["/shortr", "--url", "app.4rkal.com"]