chore: update docker compose
683060a0
1 file(s) · +1 −1
| 12 | 12 | image: ghcr.io/stevedylandev/andromeda/jotts:latest |
|
| 13 | 13 | restart: unless-stopped |
|
| 14 | 14 | ports: |
|
| 15 | - | - "3030:3030" |
|
| 15 | + | - "3030:3000" |
|
| 16 | 16 | volumes: |
|
| 17 | 17 | - jotts_data:/data |
|
| 18 | 18 | env_file: apps/jotts/.env |