Fix #28: Do not use user: for metube and picard (#31)
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m46s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m46s
				
			Reviewed-on: #31
This commit is contained in:
		| @@ -52,7 +52,7 @@ | ||||
|       ansible.builtin.file: | ||||
|         path: /mnt/nvme | ||||
|         state: directory | ||||
|         recurse: yes | ||||
|         recurse: true | ||||
|         owner: debian | ||||
|         group: debian | ||||
|       become: true | ||||
| @@ -61,7 +61,7 @@ | ||||
|       ansible.builtin.file: | ||||
|         path: /mnt/media | ||||
|         state: directory | ||||
|         recurse: yes | ||||
|         recurse: true | ||||
|         owner: debian | ||||
|         group: debian | ||||
|       become: true | ||||
|   | ||||
| @@ -20,7 +20,6 @@ services: | ||||
|   metube: | ||||
|     image: ghcr.io/alexta69/metube | ||||
|     restart: unless-stopped | ||||
|     user: 1000:1000 | ||||
|     ports: | ||||
|       - 8081:8081 | ||||
|     environment: | ||||
| @@ -32,7 +31,6 @@ services: | ||||
|   picard: | ||||
|     image: mikenye/picard:latest | ||||
|     restart: unless-stopped | ||||
|     user: 1000:1000 | ||||
|     ports: | ||||
|       - 5800:5800 | ||||
|     volumes: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user