fix ansible lint errors
This commit is contained in:
@@ -14,8 +14,8 @@ services:
|
||||
networks:
|
||||
- "web_proxy_network"
|
||||
environment:
|
||||
- "USER_UID={{ user_create_result.uid }}"
|
||||
- "USER_GID={{ user_create_result.group }}"
|
||||
- "USER_UID={{ owner_create_result.uid }}"
|
||||
- "USER_GID={{ owner_create_result.group }}"
|
||||
- "GITEA__server__SSH_PORT=2222"
|
||||
|
||||
# Mailer
|
||||
|
||||
Reference in New Issue
Block a user