mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(server): set the dev server restart policy of the dev server container to match the other containers (#16753)
set the restart policy of the dev server container to match the other containers
This commit is contained in:
parent
70a08707d2
commit
c6ede48e59
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ services:
|
|||
context: ../
|
||||
dockerfile: server/Dockerfile
|
||||
target: dev
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ../server:/usr/src/app
|
||||
- ../open-api:/usr/src/open-api
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue