Skip to content

Commit dc23f6d

Browse files
authored
Merge pull request #138 from sergimola/patch-1
Fix yaml indentation
2 parents 938282d + eaebbb9 commit dc23f6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ services:
7474
image: mrusse08/soularr:latest
7575
container_name: soularr
7676
hostname: soularr
77-
user: 1000:1000 # this should be set to your UID and GID, which can be determined via `id -u` and `id -g`, respectively
77+
user: 1000:1000 # this should be set to your UID and GID, which can be determined via `id -u` and `id -g`, respectively
7878
environment:
7979
- TZ=Etc/UTC
8080
- SCRIPT_INTERVAL=300 # Script interval in seconds

0 commit comments

Comments
 (0)