diff --git a/docker-compose.yml b/docker-compose.yml index 0c669db..fa15896 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,10 +3,10 @@ version: '3.8' services: mostlymatter: build: . - security_opt: - - no-new-privileges - cap_drop: - - ALL + #security_opt: + # - no-new-privileges + #cap_drop: + # - ALL container_name: mostlymatter ports: - "8065:8065" @@ -27,10 +27,10 @@ services: db: image: postgres:15-alpine - security_opt: - - no-new-privileges - cap_drop: - - ALL + #security_opt: + # - no-new-privileges + #cap_drop: + # - ALL container_name: mostlymatter_db environment: - POSTGRES_USER=mostlymatter