ccraftersanonmoose

docker-compose.yml

Apr 13th, 2025
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. version: '3.8'
  2.  
  3. services:
  4. pan-kasm:
  5. build: .
  6. ports:
  7. - "6901:6901"
  8. volumes:
  9. - pan_data:/home/kasm-user/.pan2
  10. shm_size: "1gb"
  11. restart: unless-stopped
  12.  
  13. volumes:
  14. pan_data:
Advertisement
Add Comment
Please, Sign In to add comment