chore: added Docker compose auto-restart
This commit is contained in:
		@@ -1,6 +1,8 @@
 | 
			
		||||
services:                                                                                                     
 | 
			
		||||
  sitewillem:                                                                                                        
 | 
			
		||||
    build: .                                                                                                  
 | 
			
		||||
    container_name: willem-web
 | 
			
		||||
    restart: always
 | 
			
		||||
    labels:                                                                                                   
 | 
			
		||||
      - "traefik.http.routers.sitewillem.rule=Host(`willem.truyen.network`) && PathPrefix(`/`)"                                           
 | 
			
		||||
      - "traefik.http.routers.sitewillem.entrypoints=websecure"
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@
 | 
			
		||||
    <h1>Willem games collection:</h1>
 | 
			
		||||
 | 
			
		||||
    <h2>Games launcher:</h2>
 | 
			
		||||
      <p><a href="games-launcher.html">Games launcher</a> </p>
 | 
			
		||||
    <p><a href="games-launcher.html">Games launcher</a></p>
 | 
			
		||||
 | 
			
		||||
    <h2>Individual game pages</h2>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user