Merge pull request #49 from jesb1n/patch-1

Corrected docker image to georgyo/ifconfig.io
This commit is contained in:
George Shammas 2023-06-17 19:18:36 +00:00 committed by GitHub
commit 0d37bc0e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ version: "3.4"
services: services:
ifconfig: ifconfig:
image: ifconfig.io:latest image: georgyo/ifconfig.io
ports: ports:
- 8080:8080 - 8080:8080
``` ```
@ -45,7 +45,7 @@ version: "3.4"
services: services:
ifconfig: ifconfig:
image: ifconfig.io:latest image: georgyo/ifconfig.io
ports: ports:
- 8080:8080 - 8080:8080
environment: environment:
@ -57,7 +57,7 @@ version: "3.4"
services: services:
ifconfig: ifconfig:
image: ifconfig.io:latest image: georgyo/ifconfig.io
ports: ports:
- 8080:8080 - 8080:8080
env_file: env_file: