Added container names
This commit is contained in:
parent
349acfb9c2
commit
e8557e9533
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@ version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
|
container_name: photoview_db
|
||||||
image: mariadb
|
image: mariadb
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
|
@ -10,6 +11,7 @@ services:
|
||||||
- db_data:/var/lib/mysql
|
- db_data:/var/lib/mysql
|
||||||
|
|
||||||
photoview:
|
photoview:
|
||||||
|
container_name: photoview
|
||||||
image: viktorstrate/photoview:latest
|
image: viktorstrate/photoview:latest
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
|
|
Reference in a new issue