diff --git a/download-spx-quotes.yaml b/download-spx-quotes.yaml index af79169..2596781 100644 --- a/download-spx-quotes.yaml +++ b/download-spx-quotes.yaml @@ -5,10 +5,19 @@ services: container_name: download-spx-quotes volumes: - /SPX Options Quotes:/spx-options-quotes + networks: + download-spx-quotes: + ipv4_address: environment: - USER= - PASSWORD= - ORDER= - ITEM= - DOWNLOAD_DIRECTORY= - restart: unless-stopped \ No newline at end of file + restart: unless-stopped +networks: + download-spx-quotes: + name: download-spx-quotes + ipam: + config: + - subnet: \ No newline at end of file