Files
alicia-ai-terminology/compose.yaml

9 lines
144 B
YAML

services:
web:
build: .
ports:
- "8080:80"
volumes:
- .:/usr/share/nginx/html:delegated,Z
restart: unless-stopped