1
1
Fork 0
linkery/docker-compose.yml

9 lines
134 B
YAML
Raw Normal View History

2025-03-07 23:15:55 +00:00
name: nginx-linkery
2025-03-07 12:27:22 -07:00
services:
2025-03-07 23:15:55 +00:00
client:
image: nginx
2025-03-07 12:27:22 -07:00
ports:
2025-03-07 23:15:55 +00:00
- 9299:80
volumes:
- ./site:/usr/share/nginx/html