Skip to content

Commit a2cfa14

Browse files
committed
Fix: Easyappointments
1 parent cdedf3b commit a2cfa14

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

templates/compose/easyappointments.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# documentation: https://easyappointments.org/
2-
# slogan: SCHEDULE ANYTHING. - Let's start with easy! Get the best free online appointment scheduler on your server, today.
2+
# slogan: Schedule Anything. Let's start with easy! Get the best free online appointment scheduler on your server, today.
33
# tags: calendar, scheduling, database
44
# logo: svgs/easyappointments.png
55
# port: 80
66

77
services:
88
easyappointments:
99
image: alextselegidis/easyappointments:latest
10-
restart: unless-stopped
1110
environment:
1211
- SERVICE_FQDN_EASYAPPOINTMENTS_80
1312
- BASE_URL=${SERVICE_FQDN_EASYAPPOINTMENTS}
@@ -23,10 +22,9 @@ services:
2322
timeout: 10s
2423
retries: 30
2524
mysql:
26-
image: 'mysql:8.0'
27-
restart: unless-stopped
25+
image: mysql:8
2826
volumes:
29-
- './docker/mysql:/var/lib/mysql'
27+
- easyappointments-mysql-data:/var/lib/mysql
3028
environment:
3129
- MYSQL_ROOT_PASSWORD=${SERVICE_PASSWORD_EASYAPPOINTMENTS}
3230
- MYSQL_DATABASE=easyappointments

templates/service-templates.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)