Browse Source

Fix spelling errors

master
Quildra 12 months ago
parent
commit
48ebe8c34b
  1. 4
      origindex-docker-compose.yml

4
origindex-docker-compse.yml → origindex-docker-compose.yml

@ -4,7 +4,7 @@ services:
frontend: frontend:
build: build:
context: . context: .
dockerfile: fockerfile.frontend dockerfile: dockerfile.frontend
container_name: origindex-frontend container_name: origindex-frontend
# The Angular container runs Nginx on port 80 internally. # The Angular container runs Nginx on port 80 internally.
# If you want to access it directly (bypassing Traefik), map it to, say, 8080: # If you want to access it directly (bypassing Traefik), map it to, say, 8080:
@ -14,7 +14,7 @@ services:
backend: backend:
build: build:
context: . context: .
dockerfile: Dockerfile.backend dockerfile: dockerfile.backend
container_name: origindex-backend container_name: origindex-backend
# The Express container listens on port 3000 internally. # The Express container listens on port 3000 internally.
# Map it to 3000 on the host if you want direct access (bypassing Traefik). # Map it to 3000 on the host if you want direct access (bypassing Traefik).
Loading…
Cancel
Save