A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

4 righe
210 B

  1. #!/bin/bash
  2. docker-compose exec db sh -c 'exec mysql -u root -pchangeme writefreely < /tmp/schema.sql'
  3. docker exec writefreely_web_1 writefreely --gen-keys
  4. docker exec -it writefreely_web_1 writefreely --config