Skip to content

Commit

Permalink
⬆️ Fix siyuan
Browse files Browse the repository at this point in the history
  • Loading branch information
anarion80 committed Oct 5, 2024
1 parent 537fd65 commit 29fc696
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/siyuan/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
image: "{{ siyuan_image_name }}:{{ siyuan_image_version }}"
pull: true
command: ['--workspace=/siyuan/workspace/', '--accessAuthCode={{ siyuan_access_auth_code }}']
user: "{{ siyuan_user_id | quote }}:{{ siyuan_group_id | quote }}"
volumes:
- "{{ siyuan_data_directory }}/workspace:/siyuan/workspace/"
ports:
Expand All @@ -41,7 +40,7 @@

- name: Stop Siyuan
block:
- name: Stop Stirling-PDF
- name: Stop Siyuan
community.docker.docker_container:
name: "{{ siyuan_container_name }}"
state: absent
Expand Down

0 comments on commit 29fc696

Please sign in to comment.