1
1
Fork 0
linkery/docker-compose.yml

10 lines
154 B
YAML
Raw Permalink 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
2025-04-14 17:46:04 -06:00
restart: always