Update docker-compose.yml

remove network from docker-compose
This commit is contained in:
Henri Dwyer 2015-11-22 14:20:52 -05:00
parent cffd93a519
commit 736266ae9d
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ letsencrypt:
container_name: letsencrypt
expose:
- 80
net: frontend
volumes:
- /certs:/certs
restart: always