Skip to content

Instantly share code, notes, and snippets.

View rekimi's full-sized avatar
💭
chi fan le ma

Garamondy rekimi

💭
chi fan le ma
  • https://kinabalumakers.dev
  • sabah
  • 23:51 (UTC +08:00)
View GitHub Profile
@rekimi
rekimi / docker-compose.yaml
Created November 15, 2023 03:51
traefik configuration with docker-compose and toml
# indent = 2
version: "3.8"
services:
traefik:
image: traefik:latest
container_name: cnt-traefik
restart: unless-stopped
ports:
- "80:80"
- "443:443"