docker(role): use full image sources
This commit is contained in:
		
					parent
					
						
							
								a979fccd12
							
						
					
				
			
			
				commit
				
					
						83fd868977
					
				
			
		
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -34,7 +34,7 @@ services:
 | 
			
		|||
      OVERWRITEPROTOCOL: "https"
 | 
			
		||||
 | 
			
		||||
  db:
 | 
			
		||||
    image: postgres:{{ nextcloud__postgres_version }}
 | 
			
		||||
    image: docker.io/library/postgres:{{ nextcloud__postgres_version }}
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
    #ports:
 | 
			
		||||
    #  - 127.0.0.1:5432:5432
 | 
			
		||||
| 
						 | 
				
			
			@ -48,7 +48,7 @@ services:
 | 
			
		|||
      POSTGRES_PASSWORD: "{{ nextcloud__postgres_password }}"
 | 
			
		||||
 | 
			
		||||
  redis:
 | 
			
		||||
    image: redis:alpine
 | 
			
		||||
    image: docker.io/library/redis:alpine
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
    networks:
 | 
			
		||||
      - nextcloud
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue