10 lines
218 B
YAML
10 lines
218 B
YAML
services:
|
|
ip-info:
|
|
build: .
|
|
ports:
|
|
- "8080:8080"
|
|
restart: always
|
|
volumes:
|
|
- ./data:/app/data
|
|
environment:
|
|
- GIN_TRUSTED_PROXY_IP=127.0.0.1 |