We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e1995 commit 5d60dc4Copy full SHA for 5d60dc4
README.md
@@ -48,16 +48,16 @@ services:
48
WORDPRESS_DB_USER: wordpress
49
WORDPRESS_DB_PASSWORD: wordpress
50
WORDPRESS_DB_NAME: wordpress
51
-+ VIRTUAL_HOST: ${DOMAIN}
52
-+ LETSENCRYPT_HOST: ${DOMAIN}
++ VIRTUAL_HOST: ${DOMAIN}
++ LETSENCRYPT_HOST: ${DOMAIN}
53
volumes:
54
db_data: {}
55
wordpress_data: {}
56
57
-+networks:
58
-+ default:
59
-+ external:
60
-+ name: nginx-proxy
++ networks:
++ default:
++ external:
++ name: nginx-proxy
61
```
62
63
***note: if your service doesn't work on port 80, you can define a `VIRTUAL_PORT` variable with right service port***
0 commit comments