feat: ajouter la configuration des ports pour le service web dans compose.yaml
This commit is contained in:
@@ -2,4 +2,6 @@
|
|||||||
webzine.webapplication:
|
webzine.webapplication:
|
||||||
image: webzine.webapplication
|
image: webzine.webapplication
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
ports:
|
||||||
|
- "8080:8080"
|
||||||
Reference in New Issue
Block a user