diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..d02971c --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,10 @@ +--- + version: '3' + services: + songbook: + image: php:7.4-apache + container_name: songbook + volumes: + - .:/var/www/html/okjweb + ports: + - 8080:80 \ No newline at end of file diff --git a/global.inc b/global.inc index 1011664..12bf50a 100644 --- a/global.inc +++ b/global.inc @@ -20,7 +20,7 @@ function siteheader($title) echo " - $venueName Karaoke Songbook + $venueName Songbook