forked from GNUsocial/gnu-social
		
	[DOCKER] Move certbot files to hidden folder, so it's ignored by GNU global
This commit is contained in:
		@@ -16,7 +16,7 @@ services:
 | 
			
		||||
      - ./docker/nginx/domain.sh:/var/nginx/domain.sh
 | 
			
		||||
      # Certbot
 | 
			
		||||
      - ./docker/certbot/www:/var/www/certbot
 | 
			
		||||
      - ./docker/certbot/files:/etc/letsencrypt
 | 
			
		||||
      - ./docker/certbot/.files:/etc/letsencrypt
 | 
			
		||||
      # Social
 | 
			
		||||
      - ./public:/var/www/social/public
 | 
			
		||||
    env_file:
 | 
			
		||||
@@ -42,7 +42,7 @@ services:
 | 
			
		||||
                            done'
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./docker/certbot/www:/var/www/certbot
 | 
			
		||||
      - ./docker/certbot/files:/etc/letsencrypt
 | 
			
		||||
      - ./docker/certbot/.files:/etc/letsencrypt
 | 
			
		||||
 | 
			
		||||
  php:
 | 
			
		||||
    build: docker/php
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@ services:
 | 
			
		||||
    build: .
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ../certbot/www:/var/www/certbot
 | 
			
		||||
      - ../certbot/files:/etc/letsencrypt
 | 
			
		||||
      - ../certbot/.files:/etc/letsencrypt
 | 
			
		||||
      - ./bootstrap.sh:/bootstrap.sh
 | 
			
		||||
      - ./bootstrap.env:/bootstrap.env
 | 
			
		||||
    ports:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user