We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6189427 commit 24f59a7Copy full SHA for 24f59a7
docker-compose.yml
@@ -7,8 +7,6 @@ services:
7
- ./config.json:/app/config.json
8
depends_on:
9
- db
10
- networks:
11
- - app-network
12
13
db:
14
image: mariadb:10.11
@@ -17,11 +15,7 @@ services:
17
15
MYSQL_DATABASE: catty_reminders
18
16
volumes:
19
- db_data:/var/lib/mysql
20
21
+ restart: unless-stopped
22
23
24
db_data:
25
-
26
-networks:
27
- app-network:
0 commit comments