mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	wrapping ports in quotes
This commit is contained in:
		| @@ -59,7 +59,7 @@ services: | ||||
|       - gotenberg | ||||
|       - tika | ||||
|     ports: | ||||
|       - 8000:8000 | ||||
|       - "8000:8000" | ||||
|     healthcheck: | ||||
|       test: ["CMD", "curl", "-f", "http://localhost:8000"] | ||||
|       interval: 30s | ||||
|   | ||||
| @@ -53,7 +53,7 @@ services: | ||||
|       - db | ||||
|       - broker | ||||
|     ports: | ||||
|       - 8000:8000 | ||||
|       - "8000:8000" | ||||
|     healthcheck: | ||||
|       test: ["CMD", "curl", "-f", "http://localhost:8000"] | ||||
|       interval: 30s | ||||
|   | ||||
| @@ -53,7 +53,7 @@ services: | ||||
|       - db | ||||
|       - broker | ||||
|     ports: | ||||
|       - 8010:8000 | ||||
|       - "8010:8000" | ||||
|     healthcheck: | ||||
|       test: ["CMD", "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000"] | ||||
|       interval: 30s | ||||
|   | ||||
| @@ -57,7 +57,7 @@ services: | ||||
|       - gotenberg | ||||
|       - tika | ||||
|     ports: | ||||
|       - 8000:8000 | ||||
|       - "8000:8000" | ||||
|     healthcheck: | ||||
|       test: ["CMD", "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000"] | ||||
|       interval: 30s | ||||
|   | ||||
| @@ -51,7 +51,7 @@ services: | ||||
|       - db | ||||
|       - broker | ||||
|     ports: | ||||
|       - 8000:8000 | ||||
|       - "8000:8000" | ||||
|     healthcheck: | ||||
|       test: ["CMD", "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000"] | ||||
|       interval: 30s | ||||
|   | ||||
| @@ -46,7 +46,7 @@ services: | ||||
|       - gotenberg | ||||
|       - tika | ||||
|     ports: | ||||
|       - 8000:8000 | ||||
|       - "8000:8000" | ||||
|     healthcheck: | ||||
|       test: ["CMD", "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000"] | ||||
|       interval: 30s | ||||
|   | ||||
| @@ -37,7 +37,7 @@ services: | ||||
|     depends_on: | ||||
|       - broker | ||||
|     ports: | ||||
|       - 8000:8000 | ||||
|       - "8000:8000" | ||||
|     healthcheck: | ||||
|       test: ["CMD", "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000"] | ||||
|       interval: 30s | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Omar Saleem
					Omar Saleem