mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-12 09:43:44 +03:00
6 lines
103 B
Docker
6 lines
103 B
Docker
# Source Image
|
|
FROM docker.io/traefik:v3.3
|
|
|
|
# Add configuration file
|
|
COPY ./config/*.yml /etc/traefik/
|