Added container names

This commit is contained in:
Edgar P. Burkhart 2020-12-30 17:53:04 +01:00
parent 349acfb9c2
commit e8557e9533
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 2 additions and 0 deletions

View File

@ -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: