Added Container Name Declaration

This commit is contained in:
Nicole Rappe 2023-09-22 02:09:10 -06:00
parent bd1457965e
commit 35aaadb771

View File

@ -2,6 +2,7 @@ version: '3.3'
services:
git-repo-updater:
privileged: true
container_name: watchdog
environment:
- REPO_URL=${REPO_URL}
- COPY_DIR=${COPY_DIR}