mirror of
https://github.com/homeinfra-org/infra
synced 2025-04-21 11:39:31 +08:00
20 lines
308 B
YAML
20 lines
308 B
YAML
version: "2"
|
|
services:
|
|
|
|
homepage:
|
|
image: nginx:1.18.0-alpine
|
|
#ports:
|
|
# - "8080:80"
|
|
volumes:
|
|
- ./public_html:/usr/share/nginx/html:ro
|
|
environment:
|
|
- TZ=Asia/Shanghai
|
|
restart: always
|
|
|
|
networks:
|
|
- traefik_default
|
|
|
|
networks:
|
|
traefik_default:
|
|
external: true
|