1
1
Fork 0
linkery/docker-compose.yml
2025-03-07 23:15:55 +00:00

8 lines
134 B
YAML

name: nginx-linkery
services:
client:
image: nginx
ports:
- 9299:80
volumes:
- ./site:/usr/share/nginx/html