Add docker-compose.yml

This commit is contained in:
2025-05-03 13:52:39 +03:00
parent ab95fd889e
commit c1c01d27c1
3 changed files with 22 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
# Start cron service
service cron start
# Start Apache in foreground
apache2-foreground