In this guide we will only focus on using the prebuilt images from Docker Hub.
Prerequisites: You have Git, Docker, Docker compose and Nginx pre-installed.
Clone Mastodon's repository.
In this guide we will only focus on using the prebuilt images from Docker Hub.
Prerequisites: You have Git, Docker, Docker compose and Nginx pre-installed.
Clone Mastodon's repository.
| #!/usr/share/foreman/script/rails runner -e production | |
| Host.all.each do |host| | |
| next unless host.dns? | |
| print "#{host}..." | |
| dns_a_record = host.dns_a_record | |
| print "#{dns_a_record}..." | |