Update docker compose example to use image

...instead of building the image.
Also update the docker instructions in the readme.
This commit is contained in:
viktorstrate
2020-04-30 15:57:08 +02:00
parent b220a0c9a8
commit 2423a0394d
2 changed files with 4 additions and 12 deletions

View File

@@ -13,8 +13,7 @@ services:
- db_data:/var/lib/mysql
photoview:
build: "."
image: viktorstrate/photoview:latest
restart: always
ports:
- "8000:80"