mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
fix: make pockethost bind mount read-only
This commit is contained in:
parent
5685e2ace2
commit
51a98bd025
@ -159,7 +159,7 @@ export const createPocketbaseService = async (
|
|||||||
'8090/tcp': [{ HostPort: `${port}` }],
|
'8090/tcp': [{ HostPort: `${port}` }],
|
||||||
},
|
},
|
||||||
Binds: [
|
Binds: [
|
||||||
`${dirname(binPath)}:/host_bin`,
|
`${dirname(binPath)}:/host_bin:ro`,
|
||||||
`${mkInstanceDataPath(slug)}:/host_data`,
|
`${mkInstanceDataPath(slug)}:/host_data`,
|
||||||
`${
|
`${
|
||||||
isMothership
|
isMothership
|
||||||
|
Loading…
x
Reference in New Issue
Block a user