Files
homelab/docker-compose/apps-1/turn/compose.yml
T
2026-04-10 13:35:37 +01:00

8 lines
140 B
YAML

services:
webserver:
image: nginx:alpine
container_name: hello-webserver
ports:
- "8081:80"
restart: unless-stopped