diff --git a/Frontend-Learner/docker-compose.yml b/Frontend-Learner/docker-compose.yml index fb9b07c1..564253d0 100644 --- a/Frontend-Learner/docker-compose.yml +++ b/Frontend-Learner/docker-compose.yml @@ -10,6 +10,8 @@ services: - NUXT_PUBLIC_API_BASE=${NUXT_PUBLIC_API_BASE:-http://192.168.1.137:4000/api} # กรณีต้องการระบุ URL อื่นๆ เพิ่มเติม เช่น S3 (ถ้ามีการใช้ในอนาคต) - NUXT_PUBLIC_S3_ENDPOINT=${NUXT_PUBLIC_S3_ENDPOINT:-http://192.168.1.137:9000} + security_opt: + - apparmor:unconfined networks: - elearning-network