]> Untitled Git - public.git/blob - readme.md
4547642a63372783d812a854a2e7080ce3cd5423
[public.git] / readme.md
1 ## public
2
3 A stupid and easy way to publicize my stuff. like dropbox but safer.
4
5 ### starting the stack on docker swarm
6 ```
7 docker stack deploy -c <(docker-compose config) public
8 ```
9
10 ### creating a public directory by filename regex
11 ```
12 docker exec -it 581d24de85e5 /root/public simplify
13 ```