Skip to content

Commit 24f59a7

Browse files
authored
Update docker-compose.yml
1 parent 6189427 commit 24f59a7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docker-compose.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ services:
77
- ./config.json:/app/config.json
88
depends_on:
99
- db
10-
networks:
11-
- app-network
1210

1311
db:
1412
image: mariadb:10.11
@@ -17,11 +15,7 @@ services:
1715
MYSQL_DATABASE: catty_reminders
1816
volumes:
1917
- db_data:/var/lib/mysql
20-
networks:
21-
- app-network
18+
restart: unless-stopped
2219

2320
volumes:
2421
db_data:
25-
26-
networks:
27-
app-network:

0 commit comments

Comments
 (0)