Browse Source

Another quick fix to copy right conf over.

master
mike12345567 6 years ago
parent
commit
19bcc36fc0
  1. 2
      hosting/docker-compose.yml

2
hosting/docker-compose.yml

@ -40,7 +40,7 @@ services:
nginx-service: nginx-service:
image: nginx:1.19.2-alpine image: nginx:1.19.2-alpine
volumes: volumes:
- ./nginx.template:/etc/nginx/nginx.template:ro - ./nginx.conf:/etc/nginx/nginx.conf:ro
ports: ports:
- "${MINIO_PORT}:5001" - "${MINIO_PORT}:5001"
depends_on: depends_on:

Loading…
Cancel
Save