Skip to content

Commit 5d60dc4

Browse files
committed
fix indentation
1 parent 39e1995 commit 5d60dc4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ services:
4848
WORDPRESS_DB_USER: wordpress
4949
WORDPRESS_DB_PASSWORD: wordpress
5050
WORDPRESS_DB_NAME: wordpress
51-
+ VIRTUAL_HOST: ${DOMAIN}
52-
+ LETSENCRYPT_HOST: ${DOMAIN}
51+
+ VIRTUAL_HOST: ${DOMAIN}
52+
+ LETSENCRYPT_HOST: ${DOMAIN}
5353
volumes:
5454
db_data: {}
5555
wordpress_data: {}
5656

57-
+networks:
58-
+ default:
59-
+ external:
60-
+ name: nginx-proxy
57+
+ networks:
58+
+ default:
59+
+ external:
60+
+ name: nginx-proxy
6161
```
6262

6363
***note: if your service doesn't work on port 80, you can define a `VIRTUAL_PORT` variable with right service port***

0 commit comments

Comments
 (0)