Changed container name

This commit is contained in:
Luiz F Picolo 2022-07-07 21:15:42 -04:00
parent 0366b7bcf0
commit b642326330
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
restart: unless-stopped restart: unless-stopped
tty: true tty: true
container_name: app container_name: data_transfer_test_app
command: > command: >
bash -c "yarn --cwd public/ && bash -c "yarn --cwd public/ &&
whenever -w && whenever -w &&