diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..9a1a27f --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,18 @@ +# PHP Web Server +wordpress: + container_name: cornerstone-wordpress + image: wordpress:latest + ports: + - "8000:80" + volumes: + - ./:/var/www/html/wp-content/themes/cornerstone/ + links: + - mysql:mysql + restart: always + +# MySQL Server +mysql: + container_name: cornerstone-mysql + image: mysql + environment: + MYSQL_ROOT_PASSWORD: 'wordpress' \ No newline at end of file diff --git a/footer.php b/footer.php index b566259..7d3c860 100644 --- a/footer.php +++ b/footer.php @@ -36,19 +36,19 @@ if ( apply_filters( 'load_custom_footer', false ) ) { if($location == 'uchc'){ ?>
  • - A-Z Index + A-Z Index
  • - UConn Health + UConn Health
  • - Disclaimer, Privacy Notice & Copyright + Disclaimer, Privacy Notice & Copyright
  • - Maps & Directions + Maps & Directions
  • © UConn Health