Skip to content

Commit ad7aed7

Browse files
authored
Update README.md
1 parent a4cc3d1 commit ad7aed7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ nginx reverse proxy to support https for your docker containers
1616

1717
3. Update `proxy_pass` in `nginx/nginx.conf` to whichever docker namespace your service is using (ensure you also update the port it exposes)
1818

19-
4. `docker-compose up -d https`
19+
4. Add the service to your `docker-compose.yml`
20+
21+
https://github.com/jamesslomka/docker-https/blob/a4cc3d18f57aaa3126d80ed1466b17263250d59c/docker-compose.yml#LL5C2-L11C37
22+
23+
5. `docker-compose up -d https`

0 commit comments

Comments
 (0)