times_new_nginx/compose_extends/docker-compose.base.yaml

9 lines
183 B
YAML
Raw Permalink Normal View History

2024-10-03 23:44:15 +03:00
services:
reverse:
image: nginx:stable-alpine
container_name: reverse
hostname: reverse
restart: always
2024-10-05 07:22:27 +03:00
extra_hosts:
- "host.docker.internal=host-gateway"