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 7a41ca0 commit c32435bCopy full SHA for c32435b
examples/wordpress/docker-compose.yml
@@ -4,7 +4,7 @@ services:
4
image: mariadb:10.11
5
container_name: wordpress-db
6
hostname: wordpress-db
7
- restart: unless-stopped
+ restart: unless-stopped
8
command: '--default-authentication-plugin=mysql_native_password'
9
expose:
10
- 3306
@@ -16,8 +16,8 @@ services:
16
- MYSQL_USER=wordpress
17
- MYSQL_PASSWORD=wordpress
18
#networks:
19
- # - proxy
20
-
+ # - proxy
+
21
wordpress:
22
image: wordpress:latest
23
container_name: wordpress
@@ -35,7 +35,7 @@ services:
35
- WORDPRESS_DB_PASSWORD=wordpress
36
- WORDPRESS_DB_NAME=wordpress
37
38
39
#labels:
40
# - traefik.enable=true
41
# - traefik.docker.network=proxy
0 commit comments