Fixed base so it will run on the website

Signed-off-by: James Ketrenos <james_gitlab@ketrenos.com>
This commit is contained in:
James Ketrenos 2019-11-28 01:57:56 -08:00
parent c2f72df80a
commit 01ed75f306
2 changed files with 20 additions and 1 deletions

View File

@ -1,3 +1,22 @@
# To use the Docker
Create a symbolic link from 'photos' to where your photos
are stored, and from 'db' to where you want the DB files:
```bash
ln -s /multimedia/Pictures photos
ln -s /multimedia/PicturesDB db
```
Then build and spin up the container:
```bash
docker build . -t photos
docker-compose up -d
```
At this point, port 8123 will be supporting the photo app.
#### Upgrade Node
```bash

View File

@ -1,5 +1,5 @@
<html>
<base href="/photos/">
<base href="/">
<body>
<style>
body {