diff --git a/file_browser/docker-compose.yml b/file_browser/docker-compose.yml index e6a64b5..ec16c1e 100644 --- a/file_browser/docker-compose.yml +++ b/file_browser/docker-compose.yml @@ -5,8 +5,8 @@ services: # user: "1000:1000" ports: - 8081:80 -# healthcheck: - test: curl -f http://localhost:8081/ || exit 1 + healthcheck: + test: curl -f http://localhost:8081/ || exit 1 restart: unless-stopped user: "1000:113" # healthcheck: