diff --git a/docker-compose.yml b/docker-compose.yml index 8e5619a..0ae4d9b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,10 +16,10 @@ services: - "127.0.0.1:3002:80" volumes: - ./nginx.conf:/etc/nginx/nginx.conf:ro - - ./frontend:/usr/share/nginx/html/frontend - - ./index.html:/usr/share/nginx/html/index.html:ro - - ./components:/usr/share/nginx/html/components - - ./img:/usr/share/nginx/html/img + - ${PWD}/frontend:/usr/share/nginx/html/frontend + - ${PWD}/index.html:/usr/share/nginx/html/index.html:ro + - ${PWD}/components:/usr/share/nginx/html/components + - ${PWD}/img:/usr/share/nginx/html/img depends_on: - riichi restart: unless-stopped