Skip to content

Commit c32435b

Browse files
authored
chore: remove whitespace
1 parent 7a41ca0 commit c32435b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/wordpress/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
image: mariadb:10.11
55
container_name: wordpress-db
66
hostname: wordpress-db
7-
restart: unless-stopped
7+
restart: unless-stopped
88
command: '--default-authentication-plugin=mysql_native_password'
99
expose:
1010
- 3306
@@ -16,8 +16,8 @@ services:
1616
- MYSQL_USER=wordpress
1717
- MYSQL_PASSWORD=wordpress
1818
#networks:
19-
# - proxy
20-
19+
# - proxy
20+
2121
wordpress:
2222
image: wordpress:latest
2323
container_name: wordpress
@@ -35,7 +35,7 @@ services:
3535
- WORDPRESS_DB_PASSWORD=wordpress
3636
- WORDPRESS_DB_NAME=wordpress
3737
#networks:
38-
# - proxy
38+
# - proxy
3939
#labels:
4040
# - traefik.enable=true
4141
# - traefik.docker.network=proxy

0 commit comments

Comments
 (0)