remove certbot service from docker-compose configuration
This commit is contained in:
@ -41,17 +41,6 @@ services:
|
||||
- proxy
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
certbot:
|
||||
image: certbot/certbot:latest
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ./certbot/www
|
||||
target: /var/www/certbot
|
||||
read_only: false
|
||||
- type: bind
|
||||
source: ./certbot/conf
|
||||
target: /etc/letsencrypt
|
||||
read_only: false
|
||||
volumes:
|
||||
app_run:
|
||||
driver: local
|
||||
|
||||
Reference in New Issue
Block a user