Comunic-DockerSingleContainer/start.sh

8 lines
99 B
Bash
Raw Permalink Normal View History

2018-05-08 12:25:32 +00:00
#!/bin/sh
#Start Mysql Server
mysqld_safe&
#Start Apache Server
apache2ctl -DFOREGROUND -k start