]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
wrapping ports in quotes
authorOmar Saleem <ofsaleem@users.noreply.github.com>
Thu, 9 Feb 2023 07:25:25 +0000 (02:25 -0500)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Fri, 10 Feb 2023 23:14:22 +0000 (15:14 -0800)
docker/compose/docker-compose.mariadb-tika.yml
docker/compose/docker-compose.mariadb.yml
docker/compose/docker-compose.portainer.yml
docker/compose/docker-compose.postgres-tika.yml
docker/compose/docker-compose.postgres.yml
docker/compose/docker-compose.sqlite-tika.yml
docker/compose/docker-compose.sqlite.yml

index dc6f7a672226cfd5790df9b87d2444a1d755e8c6..4cd9f71b0710fd4d7cd62f0ece3842ccd3033bb5 100644 (file)
@@ -59,7 +59,7 @@ services:
       - gotenberg
       - tika
     ports:
-      - 8000:8000
+      - "8000:8000"
     healthcheck:
       test: ["CMD", "curl", "-f", "http://localhost:8000"]
       interval: 30s
index 11aab506859095c9b372dfc9fb3eeb727d654541..e25ef78b3da685cdef09269fd1d64f449e4e74b2 100644 (file)
@@ -53,7 +53,7 @@ services:
       - db
       - broker
     ports:
-      - 8000:8000
+      - "8000:8000"
     healthcheck:
       test: ["CMD", "curl", "-f", "http://localhost:8000"]
       interval: 30s
index c3720e213c31570092cdc0a2a70a48049a788b81..3e76af73c13d5e4c1c8a2e35ba35381ab51c704e 100644 (file)
@@ -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
index 1158e7d6787ef597656f457b4cb1cfd0d0302892..c67fb47d01990934ebcd47196800adb65285ba97 100644 (file)
@@ -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
index 5a2ab2496bd03526313aa83f4cea1566cfca9c4a..1450507b0ac61f4010c18bd64e481bfc54dcaf6b 100644 (file)
@@ -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
index a331c1ad12a582c01c3701e48c84a5fb92932218..40d6d93a86afc1626b1ef56a6ef8fcb9fb7ef1bd 100644 (file)
@@ -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
index 5f5b9063b75376516b308aa07984c422fc03d674..9f9e01f68166df6a31cd2d7ed941da1bd850b91e 100644 (file)
@@ -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