Skip to content

Commit 8f5ee97

Browse files
committed
changed the port to 8000
1 parent 1eb83d7 commit 8f5ee97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
build: .
66
container_name: ammentor-backend
77
ports:
8-
- "80:8000"
8+
- "8000:8000"
99
env_file:
1010
- .env
1111
depends_on:

0 commit comments

Comments
 (0)