Update docker-compose.yml

add restart policy
pull/19/head
LRVT 2023-03-20 21:13:49 +01:00 zatwierdzone przez GitHub
rodzic eead6036c4
commit 07dfe8ed40
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -45,6 +45,9 @@ services:
- TYPESENSE_DATA_DIR=/data
volumes:
- ${TYPESENSE_LOCATION}:/data
restart: unless-stopped
#labels:
# - "com.centurylinklabs.watchtower.enable=true"
#immich-machine-learning:
# image: altran1502/immich-machine-learning:release
@ -58,7 +61,7 @@ services:
# - NODE_ENV=production
# depends_on:
# - immich-database
# restart: always
# restart: unless-stopped
# labels:
# - "com.centurylinklabs.watchtower.enable=true"