We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7993e commit cb7e505Copy full SHA for cb7e505
docker-compose.prod-frontend.yml
@@ -6,11 +6,6 @@ services:
6
image: ${DOCKERHUB_USER}/codecampus-frontend:${IMAGE_TAG:-latest}
7
restart: unless-stopped
8
ports: ["4200:80"]
9
- volumes:
10
- # Dùng config local
11
- - ./config-local.json:/usr/share/nginx/html/config.json
12
- # Hoặc server
13
- # - ./config-server.json:/usr/share/nginx/html/config.json
14
networks: [backend]
15
16
networks:
0 commit comments