Skip to content

Commit e418130

Browse files
authored
Update .env.example
1 parent 82befcf commit e418130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COMPOSE_PROJECT_NAME=new-site
1111
# Your container app must use a network conencted to your webproxy
1212
# https://github.com/evertramos/docker-compose-letsencrypt-nginx-proxy-companion
1313
#
14-
NETWORK=webproxy
14+
NETWORK=proxy
1515

1616
#
1717
# Database Container options
@@ -20,7 +20,7 @@ NETWORK=webproxy
2020
# When migrating or restoring a backup you must know the running version
2121

2222
# Database image (mariadb|mysql)
23-
DB_IMAGE=mariadb
23+
DB_IMAGE=mysql
2424

2525
# Database version
2626
DB_VERSION=latest

0 commit comments

Comments
 (0)