Skip to content
Snippets Groups Projects
Commit ad67c282 authored by Eduardo Goncalves Silva's avatar Eduardo Goncalves Silva
Browse files

Edit docker-compose.yaml

parent 34947b34
Branches
No related tags found
No related merge requests found
version: "3"
version: '3.8'
services:
webseite:
build: ./webseite
web:
build:
context: ./website
ports:
- "3000"
- "8080:80"
volumes:
- ./website:/usr/share/nginx/html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment