ajout Apps
This commit is contained in:
		@@ -6,3 +6,16 @@ networks:
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
    steveiliop56:
 | 
			
		||||
        image: 'ghcr.io/steveiliop56/getashell:latest'
 | 
			
		||||
        volumes:
 | 
			
		||||
            - '/var/run/docker.sock:/var/run/docker.sock'
 | 
			
		||||
            - '/srv/appdata/getashell/data:/app/data'
 | 
			
		||||
        extra_hosts:
 | 
			
		||||
            - 'host.docker.internal:host-gateway'
 | 
			
		||||
        networks:
 | 
			
		||||
        - back_network
 | 
			
		||||
        ports:
 | 
			
		||||
            - '3000:3000'
 | 
			
		||||
        container_name: getashell
 | 
			
		||||
        tty: true
 | 
			
		||||
		Reference in New Issue
	
	Block a user