summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/compose.yaml
blob: d8a9c85afed95c16d34f2a10949f253932a6d56c (plain)
1
2
3
4
5
6
7
8
9
10
11
services:
  nginx:
    image: nginx
    volumes:
      - ./nginx.conf:/etc/nginx/conf.d/default.conf
      - ./public:/public
    ports:
      - '127.0.0.1:8001:8001'
    environment:
      TZ: Asia/Tokyo
    restart: always