From 6766b01d4992ff6d6b7d0bea72dffe27b8686e4f Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Wed, 22 Oct 2025 22:02:20 -0400 Subject: [PATCH] remove command --- tasks/mastodon.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/mastodon.yml b/tasks/mastodon.yml index d54f7b9..99ce824 100644 --- a/tasks/mastodon.yml +++ b/tasks/mastodon.yml @@ -66,7 +66,6 @@ image: lscr.io/linuxserver/mastodon:latest recreate: true restart_policy: unless-stopped - command: bundle exec puma -C config/puma.rb networks: - name: mastodon - name: "{{ docker_network_name }}"