Skip to content
Snippets Groups Projects
Commit e49ca921 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

adds web network

parent 1224ee0c
No related branches found
No related tags found
No related merge requests found
......@@ -22,10 +22,14 @@ services:
ports:
- "80:80"
- "443:443"
networks:
- web
letsencrypt-web:
image: nginx
volumes:
- "./acme-challenge:/usr/share/nginx/html/.well-known/acme-challenge:ro"
networks:
- web
letsencrypt:
image: indiehosters/letsencrypt
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment