fix: Restart container
This commit is contained in:
		@@ -10,6 +10,7 @@ services:
 | 
			
		||||
  histoiredunpied-autopush:
 | 
			
		||||
    container_name: histoiredunpied-autopush
 | 
			
		||||
    image: registry.lamelio.fr/autopush
 | 
			
		||||
    restart: always
 | 
			
		||||
    depends_on:
 | 
			
		||||
      - histoiredunpied
 | 
			
		||||
    environment:
 | 
			
		||||
@@ -24,6 +25,7 @@ services:
 | 
			
		||||
  histoiredunpied-logs:
 | 
			
		||||
    container_name: histoiredunpied-logs
 | 
			
		||||
    image: registry.lamelio.fr/goaccess
 | 
			
		||||
    restart: always
 | 
			
		||||
    depends_on:
 | 
			
		||||
      - histoiredunpied-autopush
 | 
			
		||||
    volumes:
 | 
			
		||||
@@ -35,6 +37,7 @@ services:
 | 
			
		||||
  histoiredunpied:
 | 
			
		||||
    container_name: ${NAME}
 | 
			
		||||
    image: registry.lamelio.fr/histoiredunpied
 | 
			
		||||
    restart: always
 | 
			
		||||
    environment:
 | 
			
		||||
      - TZ=${TIMEZONE}
 | 
			
		||||
    volumes:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user