Skip to content

Instantly share code, notes, and snippets.

View abdul-jabbar01's full-sized avatar
🚀
Everyday, trying to be a better version of myself

abdul-jabbar01

🚀
Everyday, trying to be a better version of myself
View GitHub Profile
@thomas15v
thomas15v / docker.compose.yml
Last active June 22, 2022 09:41
traefik.io nginx example
version: '2'
services:
nginx:
image: nginx:alpine
restart: always
labels:
- "traefik.enable=true"
- 'traefik.frontend.rule=Host:www.website.com'
- "traefik.port=80"
volumes: