Skip to content

Commit

Permalink
added a restart policy to the standalone deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael7371 committed Jul 31, 2023
1 parent 8bfcdf6 commit f412dd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: '3'
services:
geojsonconverter:
build: .
restart: always
image: jpo_geojsonconverter:latest
environment:
DOCKER_HOST_IP: ${DOCKER_HOST_IP}
Expand Down

0 comments on commit f412dd5

Please sign in to comment.