mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
9 lines
147 B
YAML
9 lines
147 B
YAML
version: "3.8"
|
|
services:
|
|
freegeoip:
|
|
image: vimagick/freegeoip
|
|
ports:
|
|
- "8080:8080"
|
|
- "8888:8888"
|
|
restart: unless-stopped
|