Skip to content

Commit

Permalink
remove restart policy from docker contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
philipkozeny committed Aug 29, 2024
1 parent 45b76b8 commit b15a1ec
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion 3.6/contrib/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
nominatim:
container_name: nominatim
image: mediagis/nominatim:3.6
restart: always
ports:
- "8080:8080"
environment:
Expand Down
1 change: 0 additions & 1 deletion 3.7/contrib/docker-compose-planet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ services:
nominatim:
container_name: nominatim
image: mediagis/nominatim:3.7
restart: always
ports:
- "8080:8080" # Do not change the second port, only the first before the semicolon
environment:
Expand Down
1 change: 0 additions & 1 deletion 3.7/contrib/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
nominatim:
container_name: nominatim
image: mediagis/nominatim:3.7
restart: always
ports:
- "8080:8080"
environment:
Expand Down
1 change: 0 additions & 1 deletion 4.0/contrib/docker-compose-planet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ services:
nominatim:
container_name: nominatim
image: mediagis/nominatim:4.0
restart: always
ports:
- "8080:8080" # Do not change the second port, only the first before the colon
environment:
Expand Down
1 change: 0 additions & 1 deletion 4.0/contrib/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
nominatim:
container_name: nominatim
image: mediagis/nominatim:4.0
restart: always
ports:
- "8080:8080"
environment:
Expand Down
1 change: 0 additions & 1 deletion 4.1/contrib/docker-compose-planet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ services:
nominatim:
container_name: nominatim
image: mediagis/nominatim:4.1
restart: always
ports:
- "8080:8080" # Do not change the second port, only the first before the colon
environment:
Expand Down
1 change: 0 additions & 1 deletion 4.1/contrib/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
nominatim:
container_name: nominatim
image: mediagis/nominatim:4.1
restart: always
ports:
- "8080:8080"
environment:
Expand Down
1 change: 0 additions & 1 deletion 4.2/contrib/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
nominatim:
container_name: nominatim
image: mediagis/nominatim:4.2
restart: always
ports:
- "8080:8080"
environment:
Expand Down

0 comments on commit b15a1ec

Please sign in to comment.