hexabot/docker/docker-compose.nginx.dev.yml

9 lines
173 B
YAML
Raw Normal View History

2024-09-10 09:50:11 +00:00
version: "3.8"
services:
nginx:
container_name: nginx
volumes:
2024-09-13 07:22:05 +00:00
- ./nginx/unsecure/:/etc/nginx/templates/
2024-09-10 09:50:11 +00:00
- /etc/localtime:/etc/localtime:ro