mirror of
https://github.com/jbowdre/tailscale-docker.git
synced 2024-11-22 10:02:18 +00:00
John Bowdre
d48e206786
- add my docker-compose example, remove others - ditch nginx image - move tailscale image from images/tailscale to image/
4 lines
111 B
Docker
4 lines
111 B
Docker
FROM tailscale/tailscale:v1.56.1
|
|
COPY start.sh /usr/bin/start.sh
|
|
RUN chmod +x /usr/bin/start.sh
|
|
CMD "start.sh"
|