Skip to content

Commit

Permalink
Merge pull request #32 from metakgp/restart-always
Browse files Browse the repository at this point in the history
Container should run until the docker service dies
  • Loading branch information
harshkhandeparkar committed Apr 19, 2024
2 parents 1fed6c0 + ee3f4dc commit 111d32e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ services:
iqps-backend:
image: iqps-backend
build: .
restart: always
networks:
metaploy-network:
aliases:
Expand Down

0 comments on commit 111d32e

Please sign in to comment.