Update docker-compose.yml
remove network from docker-compose
This commit is contained in:
parent
cffd93a519
commit
736266ae9d
|
@ -3,7 +3,6 @@ letsencrypt:
|
|||
container_name: letsencrypt
|
||||
expose:
|
||||
- 80
|
||||
net: frontend
|
||||
volumes:
|
||||
- /certs:/certs
|
||||
restart: always
|
||||
|
|
Loading…
Reference in New Issue