Skip to content
Snippets Groups Projects
Commit 5fa6199b authored by Hakan's avatar Hakan
Browse files

add compose file

parent c945cde7
Branches
No related merge requests found
version: '3'
services:
web:
build:
context: .docker
dockerfile: Dockerfile
container_name: web_tp_note_2023
ports:
- 8010:80
volumes:
- .:/srv/app
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment