diff options
Diffstat (limited to 'vhosts/blog/compose.yaml')
| -rw-r--r-- | vhosts/blog/compose.yaml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vhosts/blog/compose.yaml b/vhosts/blog/compose.yaml deleted file mode 100644 index d8a9c85a..00000000 --- a/vhosts/blog/compose.yaml +++ /dev/null @@ -1,11 +0,0 @@ -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 |
