mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 20:59:03 +00:00
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:
@@ -13,8 +13,7 @@ services:
|
||||
- db_data:/var/lib/mysql
|
||||
|
||||
photoview:
|
||||
build: "."
|
||||
|
||||
image: viktorstrate/photoview:latest
|
||||
restart: always
|
||||
ports:
|
||||
- "8000:80"
|
||||
|
||||
Reference in New Issue
Block a user