Skip to content

Commit

Permalink
need to specify port mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Unischneider committed Oct 27, 2024
1 parent bb7fe91 commit cf12f56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ services:
angelos-ui:
image: "ghcr.io/ls1intum/angelos-ui:latest"
container_name: angelos-ui
expose:
ports:
- "80:80"
expose:
- "80"
networks:
- angelos-network

Expand Down

0 comments on commit cf12f56

Please sign in to comment.