mirror of
https://github.com/pockethost/pockethost.git
synced 2025-07-09 06:12:31 +00:00
Merge branch 'master' of github.com:pockethost/pockethost
This commit is contained in:
commit
d0cffae776
@ -1,4 +1,5 @@
|
||||
FROM node:20.9.0-slim
|
||||
FROM node:20.9.0-alpine3.18
|
||||
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
|
@ -159,7 +159,7 @@ export const createPocketbaseService = async (
|
||||
'8090/tcp': [{ HostPort: `${port}` }],
|
||||
},
|
||||
Binds: [
|
||||
`${dirname(binPath)}:/host_bin`,
|
||||
`${dirname(binPath)}:/host_bin:ro`,
|
||||
`${mkInstanceDataPath(slug)}:/host_data`,
|
||||
`${
|
||||
isMothership
|
||||
|
Loading…
x
Reference in New Issue
Block a user