Fixed base so it will run on the website
Signed-off-by: James Ketrenos <james_gitlab@ketrenos.com>
This commit is contained in:
parent
c2f72df80a
commit
01ed75f306
19
README.md
19
README.md
@ -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
|
#### Upgrade Node
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<html>
|
<html>
|
||||||
<base href="/photos/">
|
<base href="/">
|
||||||
<body>
|
<body>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user