Enable all services

This commit is contained in:
Yax 2022-12-07 18:55:07 +01:00
parent 75df1be7f7
commit 9067e9ae35
11 changed files with 2 additions and 20 deletions

View file

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