diff --git a/portainer-automation/docker-compose.yaml b/portainer-automation/docker-compose.yaml index 3dad479..c4709d5 100644 --- a/portainer-automation/docker-compose.yaml +++ b/portainer-automation/docker-compose.yaml @@ -9,5 +9,5 @@ services: - PORTAINER_API_KEY=${PORTAINER_API_KEY} - PORTAINER_SERVICE_API_KEY=${PORTAINER_SERVICE_API_KEY} env_file: - - stack.env + - ../stack.env restart: unless-stopped