Files
2023_WEBSITE_jipf/notes.md
2024-02-07 10:53:48 +01:00

503 B

infos

  • need acf installed on wp to work, because it uses the acf function get_field()

duplicator wordpress

commands

  • docker exec -ti <container-name> bash to run bash inside a running container
  • docker logs <container_name> to see the logs on standard output of a container
  • docker ps to list the container, and see their names