1
1
Fork 0
linkery/docker-compose.yml
Github Readme Stats Bot 1923057433 always restart, docker
2025-04-14 17:46:04 -06:00

9 lines
154 B
YAML

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