Skip to content
Snippets Groups Projects
Commit 034a95cc authored by CONTOUX Antoine's avatar CONTOUX Antoine
Browse files

docker containers name

parent a03cd779
No related branches found
No related tags found
No related merge requests found
version: '3.1'
name: carshare-backend
services:
# MariaDB setup
db:
......
version: '3.1'
name: carshare-frontend
services:
web:
build: .
......@@ -7,4 +7,4 @@ services:
ports:
- 8080:8080
volumes:
- ./dist:/app/dist
\ No newline at end of file
- ./dist:/app/dist
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment