Update docker-compose.yml

This commit is contained in:
Tobias Wasner 2023-01-14 14:02:29 +01:00 committed by GitHub
parent 8b57fc43ca
commit 99b1fc9754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ services:
build:
context: ./frontend
ports:
- 25543:4173
- 127.0.0.1:25543:4173
backend:
container_name: "backend"
@ -15,4 +15,4 @@ services:
build:
context: ./backend
ports:
- 25544:8080
- 127.0.0.1:25544:8080