Update a deprecated value for "startup" option for Add-On (#1743)

This commit is contained in:
Julien Ehrhart 2023-07-23 22:39:16 +02:00 committed by GitHub
parent 1b5a0e5b01
commit 41af024a60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,7 +150,7 @@ arch:
- armhf
- armv7
- i386
startup: before
startup: services
ports:
8000/tcp: 8000
```