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:
|
||||
db:
|
||||
container_name: photoview_db
|
||||
image: mariadb
|
||||
restart: always
|
||||
env_file:
|
||||
|
@ -10,6 +11,7 @@ services:
|
|||
- db_data:/var/lib/mysql
|
||||
|
||||
photoview:
|
||||
container_name: photoview
|
||||
image: viktorstrate/photoview:latest
|
||||
restart: always
|
||||
ports:
|
||||
|
|
Reference in a new issue