Skip to content

Commit 93a3b37

Browse files
committed
fix compose file
1 parent fea26e9 commit 93a3b37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ services:
6767
- "8082:8082"
6868

6969
code-execution:
70-
name: code-execution
70+
container_name: code-execution
7171
image: asia-southeast1-docker.pkg.dev/cs3219-400714/peerprep/code-execution:latest
7272
build:
7373
context: ./code_execution

docker_compose_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
- profile_pictures:/usr/src/app/public/profile_pictures
3131

3232
code-execution:
33-
name: code-execution
33+
container_name: code-execution
3434
build:
3535
context: ./code_execution
3636
environment:

0 commit comments

Comments
 (0)