mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 04:21:14 +00:00
Update docker-compose.yml
add restart policy
This commit is contained in:
parent
eead6036c4
commit
07dfe8ed40
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user