diff --git a/Pi.Alert/compose.yaml b/Pi.Alert/compose.yaml index 193b7f0..71664ed 100644 --- a/Pi.Alert/compose.yaml +++ b/Pi.Alert/compose.yaml @@ -5,9 +5,9 @@ services: pi.alert: container_name: Pi.Alert healthcheck: - test: curl -f http://localhost:17811/ || exit 1 - mem_limit: 2g - cpu_shares: 768 +# test: curl -f http://localhost:17811/ || exit 1 +# mem_limit: 2g +# cpu_shares: 768 security_opt: - no-new-privileges:true volumes: @@ -17,8 +17,8 @@ services: environment: TZ: Europe/Bucharest PORT: 17811 - HOST_USER_ID: 1026 - HOST_USER_GID: 100 +# HOST_USER_ID: 1026 +# HOST_USER_GID: 100 network_mode: host - restart: on-failure:5 +# restart: on-failure:5 image: jokobsk/pi.alert:latest \ No newline at end of file