mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 14:15:38 +03:00
Create run.sh
This commit is contained in:
parent
158026bc43
commit
7dfd8bcfa1
6
websites/run.sh
Normal file
6
websites/run.sh
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
#!/bin/bash
|
||||
chown www-data:www-data /var/www -R
|
||||
source /etc/apache2/envvars
|
||||
tail -F /var/log/apache2/* &
|
||||
exec apache2 -D FOREGROUND
|
Loading…
Reference in New Issue
Block a user