Skip to content

Commit

Permalink
Replace rustpad with etherpad
Browse files Browse the repository at this point in the history
  • Loading branch information
wizawu committed Aug 24, 2023
1 parent de3f806 commit d8c83f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ proxy:
addon:
sudo ansible-playbook addon.yml

rustpad:
docker run -d -p 172.17.0.1:3030:3030 --restart always --name rustpad ekzhang/rustpad
etherpad:
docker run -d -p 172.17.0.1:3030:9001 --restart always --name etherpad etherpad/etherpad

0 comments on commit d8c83f3

Please sign in to comment.