Files
enstrayedapi/docker-compose.yml
2023-11-06 11:54:01 -08:00

11 lines
182 B
YAML

version: '3.0'
services:
enstrayedapi:
build:
context: .
image: enstrayedapi
container_name: enstrayedapi
restart: unless-stopped
volumes:
- .:/app