Skip to content

Commit 0f99ca9

Browse files
authored
Merge pull request #1280 from Dokploy/canary
🚀 Release v0.18.2
2 parents 54b9f7b + 9d988c9 commit 0f99ca9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/dokploy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dokploy",
3-
"version": "v0.18.1",
3+
"version": "v0.18.2",
44
"private": true,
55
"license": "Apache-2.0",
66
"type": "module",

apps/dokploy/templates/pocketbase/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.8"
22
services:
33
pocketbase:
4-
image: spectado/pocketbase:0.25.0
4+
image: spectado/pocketbase:0.23.3
55
restart: unless-stopped
66
volumes:
77
- /etc/dokploy/templates/${HASH}/data:/pb_data

0 commit comments

Comments
 (0)