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
|
container_name: letsencrypt
|
||||||
expose:
|
expose:
|
||||||
- 80
|
- 80
|
||||||
net: frontend
|
|
||||||
volumes:
|
volumes:
|
||||||
- /certs:/certs
|
- /certs:/certs
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in New Issue