mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-04 16:55:45 +03:00
5 lines
103 B
Docker
5 lines
103 B
Docker
# Source Image
|
|
FROM docker.io/traefik:v3.2
|
|
|
|
# Add configuration file
|
|
COPY ./config/*.yml /etc/traefik/
|