mirror of
https://github.com/alangrainger/immich-public-proxy.git
synced 2024-12-28 20:01:57 +00:00
Update docker-compose
This commit is contained in:
parent
331eb87207
commit
0e4661c76b
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- ${PORT}:3000
|
- ${PORT}:3000
|
||||||
env_file:
|
env_file: .env
|
||||||
- .env
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: node /app/healthcheck.js
|
test: node /app/healthcheck.js
|
||||||
interval: 120s
|
interval: 120s
|
||||||
|
|
Loading…
Reference in a new issue