change container dev name

parent 0fc001d5
......@@ -7,10 +7,10 @@ version: "3.3"
# let's define our services being using for our app
services:
manager_front_app:
manager_front_dev_app:
# build key is used to build our docker based on a Dockerfile placed into the path where docker-compose lives
build: .
container_name: manager_zboxapp_app
container_name: manager_zboxapp_dev_app
# let's create a volume to persist data between our machine and image docker
# copying all files into root path to /app folder
volumes:
......
Markdown is supported
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