We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82befcf commit e418130Copy full SHA for e418130
.env.example
@@ -11,7 +11,7 @@ COMPOSE_PROJECT_NAME=new-site
11
# Your container app must use a network conencted to your webproxy
12
# https://github.com/evertramos/docker-compose-letsencrypt-nginx-proxy-companion
13
#
14
-NETWORK=webproxy
+NETWORK=proxy
15
16
17
# Database Container options
@@ -20,7 +20,7 @@ NETWORK=webproxy
20
# When migrating or restoring a backup you must know the running version
21
22
# Database image (mariadb|mysql)
23
-DB_IMAGE=mariadb
+DB_IMAGE=mysql
24
25
# Database version
26
DB_VERSION=latest
0 commit comments