ajout
This commit is contained in:
		@@ -6,3 +6,13 @@ networks:
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
    container_name: pwgen
 | 
			
		||||
    pwgen:
 | 
			
		||||
        image: 'jocxfin/pwgen:latest'
 | 
			
		||||
        environment:
 | 
			
		||||
            - NO_API_CHECK=true
 | 
			
		||||
        networks:
 | 
			
		||||
          - back_network
 | 
			
		||||
        ports:
 | 
			
		||||
            - '5069:5069'
 | 
			
		||||
        restart: unless-stopped
 | 
			
		||||
		Reference in New Issue
	
	Block a user