diff options
Diffstat (limited to 'Services/php')
| -rw-r--r-- | Services/php/docker-compose.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Services/php/docker-compose.yml b/Services/php/docker-compose.yml index 04f7ac3..8ea5414 100644 --- a/Services/php/docker-compose.yml +++ b/Services/php/docker-compose.yml @@ -3,8 +3,8 @@ server:  #  image: sx-php    container_name: "php-server"    mem_limit: 1g -  memswap_limit: 2g -  cpu_shares: 4 +  memswap_limit: 1g +  cpu_shares: 5    restart: "on-failure:2"    environment:      CONTAINER_TYPE: "service"  | 
