Set shutdown time.
This commit is contained in:
		
							parent
							
								
									878b445abb
								
							
						
					
					
						commit
						1f05e77a78
					
				|  | @ -11,6 +11,7 @@ services: | ||||||
|     networks: |     networks: | ||||||
|       - ldap.proxy |       - ldap.proxy | ||||||
|     restart: unless-stopped |     restart: unless-stopped | ||||||
|  |     stop_grace_period: 5s | ||||||
|   frontend: |   frontend: | ||||||
|     image: konradkleine/docker-registry-frontend:v2 |     image: konradkleine/docker-registry-frontend:v2 | ||||||
|     container_name: registry.frontend |     container_name: registry.frontend | ||||||
|  | @ -24,6 +25,7 @@ services: | ||||||
|     networks: |     networks: | ||||||
|       - ldap.proxy |       - ldap.proxy | ||||||
|     restart: unless-stopped |     restart: unless-stopped | ||||||
|  |     stop_grace_period: 5s | ||||||
|   nginx: |   nginx: | ||||||
|     image: confirm/nginx-ldap |     image: confirm/nginx-ldap | ||||||
|     container_name: registry.nginx |     container_name: registry.nginx | ||||||
|  | @ -37,6 +39,7 @@ services: | ||||||
|     networks: |     networks: | ||||||
|       - ldap.proxy |       - ldap.proxy | ||||||
|     restart: unless-stopped |     restart: unless-stopped | ||||||
|  |     stop_grace_period: 5s | ||||||
| networks: | networks: | ||||||
|   ldap.proxy: |   ldap.proxy: | ||||||
|     name: ldap.proxy.net |     name: ldap.proxy.net | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue