diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-05-26 18:21:45 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-05-26 18:21:45 +0200 |
commit | 14ad97292ec9fa2c93e193ec08e3c50cf302cd66 (patch) | |
tree | b5779ca3d7b141e5e027caf795a3b9dbce97b639 | |
parent | 8a4cc7877f8f352dcc5df95146878d516fb2cad2 (diff) |
Update Docuseal to 2.0.1
-rw-r--r-- | docuseal/compose.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docuseal/compose.yaml b/docuseal/compose.yaml index a6dff65..cd36f6c 100644 --- a/docuseal/compose.yaml +++ b/docuseal/compose.yaml @@ -1,12 +1,10 @@ ---- services: docuseal: container_name: docuseal - image: docuseal/docuseal:2.0.0 + image: docuseal/docuseal:2.0.1 ports: - 10.0.0.1:3030:3000 volumes: - ./data-docuseal:/data restart: unless-stopped networks: {} -... |