mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:01:24 +00:00
Fix spacing issue in docker-compose.yml command block
Removed an unnecessary space in the schedule runner command. This change ensures consistency in formatting and avoids potential errors during script execution. No functional behavior is affected.
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ services:
|
||||
webapp:
|
||||
condition: service_healthy
|
||||
command: >
|
||||
sh -c "while [ true ]; do php artisan schedule:run; sleep 60; done"
|
||||
sh -c "while [ true ]; do php artisan schedule:run; sleep 60;done"
|
||||
mariadb:
|
||||
image: 'mariadb:11'
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user