Skip to content

Commit

Permalink
Replace always with on-failure restart
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron authored Jul 11, 2023
1 parent 3a2aad1 commit ad34283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/remote/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
geoserver:
container_name: monitorfish_geoserver
image: kartoza/geoserver:2.18.0
restart: always:5
restart: on-failure:5
ports:
- 8001:8080
volumes:
Expand Down

0 comments on commit ad34283

Please sign in to comment.