Update docker-compose.yml

This commit is contained in:
ds0407 2023-04-27 21:27:08 +01:00 committed by GitHub
parent 72b4f25c90
commit 4939da07c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,4 +6,5 @@ services:
context: .
dockerfile: Dockerfile
restart: unless-stopped
env: stack.env
...