Transform this into a Dockerfile version: '3' services: openai-cache-proxy: image: nginx:1.23.4 container_name: openai-cache-proxy ports: - 127.0.0.1:81:80 volumes: - ./nginx.conf:/etc/nginx/nginx.conf:ro - ./server_cache:/server_cache:rw

Questions similaires

Related questions