mirror of
https://github.com/jbowdre/tailscale-docker.git
synced 2024-11-22 18:12:18 +00:00
3a69a2c3c6
Updated to v1.54.1
4 lines
111 B
Docker
4 lines
111 B
Docker
FROM tailscale/tailscale:v1.54.1
|
|
COPY start.sh /usr/bin/start.sh
|
|
RUN chmod +x /usr/bin/start.sh
|
|
CMD "start.sh"
|