mirror of
https://github.com/jbowdre/tailscale-docker.git
synced 2024-11-26 03:32:17 +00:00
3 lines
77 B
Docker
3 lines
77 B
Docker
|
FROM nginx:1.21
|
||
|
# based on debian:bullseye-slim
|
||
|
COPY conf.d /etc/nginx/conf.d
|