1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2024-12-28 03:41:58 +00:00

Update docker-compose

This commit is contained in:
Alan Grainger 2024-11-01 19:19:49 +01:00
parent 331eb87207
commit 0e4661c76b

View file

@ -5,8 +5,7 @@ services:
restart: always
ports:
- ${PORT}:3000
env_file:
- .env
env_file: .env
healthcheck:
test: node /app/healthcheck.js
interval: 120s