Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
switch to MariaDB for easier AARCH64 deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
frauhottelmann authored Oct 24, 2019
1 parent f0960a2 commit 2944fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
# - ./ssl/fullchain.pem:/etc/freeradius/3.0/certs/fullchain.pem
# - ./ssl/privkey.pem:/etc/freeradius/3.0/certs/privkey.pem
radius-mysql:
image: mysql:5.7.28
image: mariadb:10.1.41
container_name: radius-mysql
restart: always
environment:
Expand Down

0 comments on commit 2944fbc

Please sign in to comment.