mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 00:18:19 +01:00
docs: 📝 Restrict reference docker-compose permissions
This commit is contained in:
parent
ece36f6adc
commit
025d5bea94
|
|
@ -3,7 +3,7 @@ services:
|
|||
image: ghcr.io/versia-pub/server:latest
|
||||
volumes:
|
||||
- ./logs:/app/dist/logs
|
||||
- ./config:/app/dist/config
|
||||
- ./config:/app/dist/config:ro
|
||||
- ./uploads:/app/dist/uploads
|
||||
restart: unless-stopped
|
||||
container_name: versia
|
||||
|
|
@ -17,10 +17,10 @@ services:
|
|||
- fe
|
||||
|
||||
worker:
|
||||
image: ghcr.io/versia-pub/worker:latest
|
||||
image: ghcr.io/versia-pub/worker:main
|
||||
volumes:
|
||||
- ./logs:/app/dist/logs
|
||||
- ./config:/app/dist/config
|
||||
- ./config:/app/dist/config:ro
|
||||
restart: unless-stopped
|
||||
container_name: versia-worker
|
||||
tty: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue