Skip to content

Commit 053b591

Browse files
committed
deployment tweaks
1 parent bb640f9 commit 053b591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
version: "3.8"
1+
version: "3.3"
22
services:
33
webapp:
44
depends_on:
55
- mongo-db
66
- redis
77
build: .
88
ports:
9-
- "8080:8080"
9+
- "80:8080"
1010
volumes:
1111
- labconnect-submissions:/var/labconnect/submissions
1212
- labconnect-assignments:/var/labconnect/assignments

0 commit comments

Comments
 (0)