Enable all services
This commit is contained in:
parent
75df1be7f7
commit
9067e9ae35
11 changed files with 2 additions and 20 deletions
|
|
@ -4,7 +4,6 @@ services:
|
|||
photoview-db:
|
||||
container_name: photoview-db
|
||||
image: mariadb:10.5
|
||||
profiles: ["disabled"]
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- MYSQL_DATABASE=photoview
|
||||
|
|
@ -19,7 +18,6 @@ services:
|
|||
photoview:
|
||||
container_name: photoview
|
||||
image: viktorstrate/photoview:2
|
||||
profiles: ["disabled"]
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- 80
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue