[DOCKER] Move certbot files to hidden folder, so it's ignored by GNU global

This commit is contained in:
Hugo Sales 2020-07-10 15:03:19 +00:00 committed by Hugo Sales
parent 0e0321cfef
commit 05ffc0db9c
Signed by untrusted user: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ services:
- ./docker/nginx/domain.sh:/var/nginx/domain.sh - ./docker/nginx/domain.sh:/var/nginx/domain.sh
# Certbot # Certbot
- ./docker/certbot/www:/var/www/certbot - ./docker/certbot/www:/var/www/certbot
- ./docker/certbot/files:/etc/letsencrypt - ./docker/certbot/.files:/etc/letsencrypt
# Social # Social
- ./public:/var/www/social/public - ./public:/var/www/social/public
env_file: env_file:
@ -42,7 +42,7 @@ services:
done' done'
volumes: volumes:
- ./docker/certbot/www:/var/www/certbot - ./docker/certbot/www:/var/www/certbot
- ./docker/certbot/files:/etc/letsencrypt - ./docker/certbot/.files:/etc/letsencrypt
php: php:
build: docker/php build: docker/php

View File

@ -5,7 +5,7 @@ services:
build: . build: .
volumes: volumes:
- ../certbot/www:/var/www/certbot - ../certbot/www:/var/www/certbot
- ../certbot/files:/etc/letsencrypt - ../certbot/.files:/etc/letsencrypt
- ./bootstrap.sh:/bootstrap.sh - ./bootstrap.sh:/bootstrap.sh
- ./bootstrap.env:/bootstrap.env - ./bootstrap.env:/bootstrap.env
ports: ports: