diff --git a/fig.yml b/fig.yml index 2542fb4c..9d5764cc 100644 --- a/fig.yml +++ b/fig.yml @@ -3,6 +3,6 @@ www: ports: - "80:80" volumes: - - "www:/usr/share/nginx/html" + - "htdocs:/usr/local/nginx/html" diff --git a/htdocs/index.html b/htdocs/index.html new file mode 100644 index 00000000..fde3914d --- /dev/null +++ b/htdocs/index.html @@ -0,0 +1,3 @@ +Live slides +

+PDF slides diff --git a/www/index.html b/www/index.html deleted file mode 100644 index dae4d7ef..00000000 --- a/www/index.html +++ /dev/null @@ -1 +0,0 @@ -Your content here maybe