Fix : Config docker exposition du port 3000 pour le front
This commit is contained in:
@@ -26,6 +26,7 @@ services:
|
||||
- db
|
||||
ports:
|
||||
- "8080:80"
|
||||
- "3000:3000"
|
||||
restart: unless-stopped
|
||||
db:
|
||||
image: postgres:16-alpine
|
||||
|
||||
Reference in New Issue
Block a user