Skip to content

Instantly share code, notes, and snippets.

View gigiperih's full-sized avatar
:octocat:

Gilang gigiperih

:octocat:
View GitHub Profile
@joshhunt
joshhunt / docker-compose.yml
Last active July 26, 2024 17:57
Docker Compose file for grafana/nginx reverse proxy
version: "3"
services:
nginx:
image: nginx:latest
container_name: nginx
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
ports:
- 8080:80
networks: