Added main yaml
This commit is contained in:
		
							
								
								
									
										19
									
								
								docker-compose/webtop.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								docker-compose/webtop.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| version: "2.1" | ||||
| services: | ||||
|   webtop: | ||||
|     image: lscr.io/linuxserver/webtop:debian-mate | ||||
|     container_name: webtop | ||||
|     environment: | ||||
|       - PUID=1000 | ||||
|       - PGID=1000 | ||||
|       - TZ=Europe/Warsaw | ||||
| #      - CUSTOM_USER=mbuz | ||||
| #      - PASSWORD=K.,k.Yfnfire87 | ||||
|     volumes: | ||||
|       - /home/mbuz/docker/webtop:/config | ||||
|     ports: | ||||
|       - 3000:3000 | ||||
|     devices: | ||||
|       - /dev/dri:/dev/dri #optional | ||||
|     shm_size: "2gb" #optional | ||||
|     restart: unless-stopped | ||||
		Reference in New Issue
	
	Block a user