Skip to content

Instantly share code, notes, and snippets.

@i40sys
Created March 1, 2022 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save i40sys/c665fd857e88308ecd694d0940a4960f to your computer and use it in GitHub Desktop.
Save i40sys/c665fd857e88308ecd694d0940a4960f to your computer and use it in GitHub Desktop.
version: '3.3'
services:
nut:
container_name: influx-nut
restart: unless-stopped
image: influxdb/nut
environment:
- TZ=Europe/Madrid
volumes:
- './influx_nut.json:/etc/influx_nut.json:ro'
- '/etc/localtime:/etc/localtime:ro'
networks:
- i40sys
extra_hosts:
host: 172.19.221.221
networks:
i40sys:
external:
name: i40sys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment